Color Hex Logo

#ec5aaa Color Hex

#EC5AAA
(236,90,170)
0 Favorites   0 Comments

Color spaces of #ec5aaa

RGB 23690170
HSL0.910.790.64
HSV327°62°93°
CMYK 0.000.620.28   0.07
XYZ45.503928.047541.0456
Yxy28.04750.39710.2447
Hunter Lab52.959960.6900-8.8797
CIE-Lab59.931663.8556-13.5604

#ec5aaa color RGB value is (236,90,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01011010 10101010
Octal 354 132 252
Decimal 236 90 170
Hex EC 5A AA

RGB Percentages of Color #ec5aaa

%47.58
%18.15
%34.27

CMYK Percentages of Color #ec5aaa

%0
%62
%28
%7

Triadic Colors of #ec5aaa

#ec5aaa #aaec5a #5aaaec

Analogous Colors of #ec5aaa

#ec5aaa #ec5a61 #e55aec

Monochromatic Colors of #ec5aaa

#ec5aaa

Complementary Color

#ec5aaa #5aec9c

#ec5aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec5aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec5aaa Color CSS Codes

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

#ec5aaa Text Font Color

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

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


#ec5aaa Background Color

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

This div background color is #ec5aaa


#ec5aaa Border Color

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

This div border color is #ec5aaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,90,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec5aaa


Comments

No comments written yet.

Please login to write comment.