Color Hex Logo

#ed008b Color Hex

#ED008B
(237,0,139)
0 Favorites   0 Comments

Color spaces of #ed008b

RGB 2370139
HSL0.901.000.46
HSV325°100°93°
CMYK 0.001.000.41   0.07
XYZ39.585319.868626.1747
Yxy19.86860.46230.2320
Hunter Lab44.574280.5168-3.6141
CIE-Lab51.688381.6350-7.6531

#ed008b color RGB value is (237,0,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00000000 10001011
Octal 355 0 213
Decimal 237 0 139
Hex ED 0 8B

RGB Percentages of Color #ed008b

%63.03
%0.00
%36.97

CMYK Percentages of Color #ed008b

%0
%100
%41
%7

Triadic Colors of #ed008b

#ed008b #8bed00 #008bed

Analogous Colors of #ed008b

#ed008b #ed0014 #d900ed

Monochromatic Colors of #ed008b

#ed008b

Complementary Color

#ed008b #00ed62

#ed008b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed008b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed008b Color CSS Codes

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

#ed008b Text Font Color

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

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


#ed008b Background Color

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

This div background color is #ed008b


#ed008b Border Color

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

This div border color is #ed008b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed008b


Comments

No comments written yet.

Please login to write comment.