Color Hex Logo

#ec0eab Color Hex

#EC0EAB
(236,14,171)
0 Favorites   0 Comments

Color spaces of #ec0eab

RGB 23614171
HSL0.880.890.49
HSV318°94°93°
CMYK 0.000.940.28   0.07
XYZ42.099821.087240.3794
Yxy21.08720.40650.2036
Hunter Lab45.920883.2859-19.9907
CIE-Lab53.044883.5325-24.6484

#ec0eab color RGB value is (236,14,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00001110 10101011
Octal 354 16 253
Decimal 236 14 171
Hex EC E AB

RGB Percentages of Color #ec0eab

%56.06
%3.33
%40.62

CMYK Percentages of Color #ec0eab

%0
%94
%28
%7

Triadic Colors of #ec0eab

#ec0eab #abec0e #0eabec

Analogous Colors of #ec0eab

#ec0eab #ec0e3c #be0eec

Monochromatic Colors of #ec0eab

#ec0eab

Complementary Color

#ec0eab #0eec4f

#ec0eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec0eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec0eab Color CSS Codes

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

#ec0eab Text Font Color

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

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


#ec0eab Background Color

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

This div background color is #ec0eab


#ec0eab Border Color

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

This div border color is #ec0eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec0eab


Comments

No comments written yet.

Please login to write comment.