Color Hex Logo

#ed239a Color Hex

#ED239A
(237,35,154)
0 Favorites   0 Comments

Color spaces of #ed239a

RGB 23735154
HSL0.900.850.53
HSV325°85°93°
CMYK 0.000.850.35   0.07
XYZ41.358821.539732.5496
Yxy21.53970.43330.2257
Hunter Lab46.410977.8502-9.0946
CIE-Lab53.535279.1695-13.8406

#ed239a color RGB value is (237,35,154).

#ed239a hex color red value is 237, green value is 35 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ed239a hue: 0.90 , saturation: 0.85 and the lightness value of ed239a is 0.53.

The process color (four color CMYK) of #ed239a color hex is 0.00, 0.85, 0.35, 0.07. Web safe color of #ed239a is #ff3399. Color #ed239a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00100011 10011010
Octal 355 43 232
Decimal 237 35 154
Hex ED 23 9A

RGB Percentages of Color #ed239a

%55.63
%8.22
%36.15

CMYK Percentages of Color #ed239a

%0
%85
%35
%7

Triadic Colors of #ed239a

#ed239a #9aed23 #239aed

Analogous Colors of #ed239a

#ed239a #ed2335 #db23ed

Monochromatic Colors of #ed239a

#ed239a

Complementary Color

#ed239a #23ed76

#ed239a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed239a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed239a Color CSS Codes

.mybgcolor {background-color:#ed239a; } 
.myforecolor {color:#ed239a; }
.mybordercolor {border:3px solid #ed239a; }

#ed239a Text Font Color

<p style="color:#ed239a">Text here</p>

This sample text font color is #ed239a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ed239a Background Color

<div style="background-color:#ed239a">
Div content here</div>

This div background color is #ed239a


#ed239a Border Color

<div style="border:3px solid #ed239a">
Div here</div>

This div border color is #ed239a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(237,35,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ed239a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ed239a;
  -webkit-box-shadow: 1px 1px 3px 2px #ed239a;
  box-shadow:         1px 1px 3px 2px #ed239a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,35,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ed239a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ed239a;
  -webkit-box-shadow: 1px 1px 3px 2px #ed239a;
  box-shadow:         1px 1px 3px 2px #ed239a;">
Div content here</div>

This div box has shadow with color #ed239a


Comments

No comments written yet.

Please login to write comment.