Color Hex Logo

#ec5aab Color Hex

#EC5AAB
(236,90,171)
0 Favorites   0 Comments

Color spaces of #ec5aab

RGB 23690171
HSL0.910.790.64
HSV327°62°93°
CMYK 0.000.620.28   0.07
XYZ45.598928.085541.5458
Yxy28.08550.39570.2437
Hunter Lab52.995860.8434-9.3831
CIE-Lab59.965963.9798-14.0859

#ec5aab color RGB value is (236,90,171).

#ec5aab hex color red value is 236, green value is 90 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ec5aab hue: 0.91 , saturation: 0.79 and the lightness value of ec5aab is 0.64.

The process color (four color CMYK) of #ec5aab color hex is 0.00, 0.62, 0.28, 0.07. Web safe color of #ec5aab is #ff6699. Color #ec5aab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01011010 10101011
Octal 354 132 253
Decimal 236 90 171
Hex EC 5A AB

RGB Percentages of Color #ec5aab

%47.48
%18.11
%34.41

CMYK Percentages of Color #ec5aab

%0
%62
%28
%7

Triadic Colors of #ec5aab

#ec5aab #abec5a #5aabec

Analogous Colors of #ec5aab

#ec5aab #ec5a62 #e45aec

Monochromatic Colors of #ec5aab

#ec5aab

Complementary Color

#ec5aab #5aec9b

#ec5aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec5aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec5aab Color CSS Codes

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

#ec5aab Text Font Color

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

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


#ec5aab Background Color

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

This div background color is #ec5aab


#ec5aab Border Color

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

This div border color is #ec5aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec5aab


Comments

No comments written yet.

Please login to write comment.