Color Hex Logo

#ed0cab Color Hex

#ED0CAB
(237,12,171)
0 Favorites   0 Comments

Color spaces of #ed0cab

RGB 23712171
HSL0.880.900.49
HSV318°95°93°
CMYK 0.000.950.28   0.07
XYZ42.407221.207740.3865
Yxy21.20770.40780.2039
Hunter Lab46.051883.7825-19.7598
CIE-Lab53.176183.8921-24.4305

#ed0cab color RGB value is (237,12,171).

#ed0cab hex color red value is 237, green value is 12 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ed0cab hue: 0.88 , saturation: 0.90 and the lightness value of ed0cab is 0.49.

The process color (four color CMYK) of #ed0cab color hex is 0.00, 0.95, 0.28, 0.07. Web safe color of #ed0cab is #ff0099. Color #ed0cab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00001100 10101011
Octal 355 14 253
Decimal 237 12 171
Hex ED C AB

RGB Percentages of Color #ed0cab

%56.43
%2.86
%40.71

CMYK Percentages of Color #ed0cab

%0
%95
%28
%7

Triadic Colors of #ed0cab

#ed0cab #abed0c #0cabed

Analogous Colors of #ed0cab

#ed0cab #ed0c3a #bf0ced

Monochromatic Colors of #ed0cab

#ed0cab

Complementary Color

#ed0cab #0ced4e

#ed0cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed0cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed0cab Color CSS Codes

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

#ed0cab Text Font Color

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

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


#ed0cab Background Color

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

This div background color is #ed0cab


#ed0cab Border Color

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

This div border color is #ed0cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed0cab


Comments

No comments written yet.

Please login to write comment.