Color Hex Logo

#ed009c Color Hex

#ED009C
(237,0,156)
0 Favorites   0 Comments

Color spaces of #ed009c

RGB 2370156
HSL0.891.000.46
HSV321°100°93°
CMYK 0.001.000.34   0.07
XYZ40.925820.404833.2340
Yxy20.40480.43280.2158
Hunter Lab45.171782.6716-12.0011
CIE-Lab52.291883.2018-16.9151

#ed009c color RGB value is (237,0,156).

#ed009c hex color red value is 237, green value is 0 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #ed009c hue: 0.89 , saturation: 1.00 and the lightness value of ed009c is 0.46.

The process color (four color CMYK) of #ed009c color hex is 0.00, 1.00, 0.34, 0.07. Web safe color of #ed009c is #ff0099. Color #ed009c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00000000 10011100
Octal 355 0 234
Decimal 237 0 156
Hex ED 0 9C

RGB Percentages of Color #ed009c

%60.31
%0.00
%39.69

CMYK Percentages of Color #ed009c

%0
%100
%34
%7

Triadic Colors of #ed009c

#ed009c #9ced00 #009ced

Analogous Colors of #ed009c

#ed009c #ed0025 #c800ed

Monochromatic Colors of #ed009c

#ed009c

Complementary Color

#ed009c #00ed51

#ed009c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed009c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed009c Color CSS Codes

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

#ed009c Text Font Color

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

This sample text font color is #ed009c
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.


#ed009c Background Color

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

This div background color is #ed009c


#ed009c Border Color

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

This div border color is #ed009c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed009c


Comments

No comments written yet.

Please login to write comment.