Color Hex Logo

#ed008f Color Hex

#ED008F
(237,0,143)
0 Favorites   0 Comments

Color spaces of #ed008f

RGB 2370143
HSL0.901.000.46
HSV324°100°93°
CMYK 0.001.000.40   0.07
XYZ39.883019.987727.7425
Yxy19.98770.45520.2281
Hunter Lab44.707680.9989-5.4960
CIE-Lab51.823381.9869-9.8553

#ed008f color RGB value is (237,0,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00000000 10001111
Octal 355 0 217
Decimal 237 0 143
Hex ED 0 8F

RGB Percentages of Color #ed008f

%62.37
%0.00
%37.63

CMYK Percentages of Color #ed008f

%0
%100
%40
%7

Triadic Colors of #ed008f

#ed008f #8fed00 #008fed

Analogous Colors of #ed008f

#ed008f #ed0018 #d500ed

Monochromatic Colors of #ed008f

#ed008f

Complementary Color

#ed008f #00ed5e

#ed008f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed008f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed008f Color CSS Codes

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

#ed008f Text Font Color

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

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


#ed008f Background Color

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

This div background color is #ed008f


#ed008f Border Color

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

This div border color is #ed008f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed008f


Comments

No comments written yet.

Please login to write comment.