Color Hex Logo

#ec8cab Color Hex

#EC8CAB
(236,140,171)
0 Favorites   0 Comments

Color spaces of #ec8cab

RGB 236140171
HSL0.950.720.74
HSV341°41°93°
CMYK 0.000.410.28   0.07
XYZ51.320839.529343.4531
Yxy39.52930.38210.2943
Hunter Lab62.872335.67763.0334
CIE-Lab69.133040.1981-0.4673

#ec8cab color RGB value is (236,140,171).

#ec8cab hex color red value is 236, green value is 140 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ec8cab hue: 0.95 , saturation: 0.72 and the lightness value of ec8cab is 0.74.

The process color (four color CMYK) of #ec8cab color hex is 0.00, 0.41, 0.28, 0.07. Web safe color of #ec8cab is #ff9999. Color #ec8cab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10001100 10101011
Octal 354 214 253
Decimal 236 140 171
Hex EC 8C AB

RGB Percentages of Color #ec8cab

%43.14
%25.59
%31.26

CMYK Percentages of Color #ec8cab

%0
%41
%28
%7

Triadic Colors of #ec8cab

#ec8cab #abec8c #8cabec

Analogous Colors of #ec8cab

#ec8cab #ec9d8c #ec8cdb

Monochromatic Colors of #ec8cab

#ec8cab

Complementary Color

#ec8cab #8ceccd

#ec8cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec8cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec8cab Color CSS Codes

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

#ec8cab Text Font Color

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

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


#ec8cab Background Color

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

This div background color is #ec8cab


#ec8cab Border Color

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

This div border color is #ec8cab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,140,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 #ec8cab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec8cab


Comments

No comments written yet.

Please login to write comment.