Color Hex Logo

#ed008c Color Hex

#ED008C
(237,0,140)
2 Favorites   0 Comments

Color spaces of #ed008c

RGB 2370140
HSL0.901.000.46
HSV325°100°93°
CMYK 0.001.000.41   0.07
XYZ39.658719.898026.5614
Yxy19.89800.46050.2311
Hunter Lab44.607280.6356-4.0793
CIE-Lab51.721781.7218-8.2050

#ed008c color RGB value is (237,0,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00000000 10001100
Octal 355 0 214
Decimal 237 0 140
Hex ED 0 8C

RGB Percentages of Color #ed008c

%62.86
%0.00
%37.14

CMYK Percentages of Color #ed008c

%0
%100
%41
%7

Triadic Colors of #ed008c

#ed008c #8ced00 #008ced

Analogous Colors of #ed008c

#ed008c #ed0015 #d800ed

Monochromatic Colors of #ed008c

#ed008c

Complementary Color

#ed008c #00ed61

#ed008c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed008c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed008c Color CSS Codes

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

#ed008c Text Font Color

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

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


#ed008c Background Color

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

This div background color is #ed008c


#ed008c Border Color

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

This div border color is #ed008c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed008c


Comments

No comments written yet.

Please login to write comment.