Color Hex Logo

#ec5faa Color Hex

#EC5FAA
(236,95,170)
0 Favorites   0 Comments

Color spaces of #ec5faa

RGB 23695170
HSL0.910.790.65
HSV328°60°93°
CMYK 0.000.600.28   0.07
XYZ45.940028.919641.1909
Yxy28.91960.39590.2492
Hunter Lab53.776958.3774-7.7698
CIE-Lab60.710661.7435-12.3877

#ec5faa color RGB value is (236,95,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01011111 10101010
Octal 354 137 252
Decimal 236 95 170
Hex EC 5F AA

RGB Percentages of Color #ec5faa

%47.11
%18.96
%33.93

CMYK Percentages of Color #ec5faa

%0
%60
%28
%7

Triadic Colors of #ec5faa

#ec5faa #aaec5f #5faaec

Analogous Colors of #ec5faa

#ec5faa #ec5f64 #e85fec

Monochromatic Colors of #ec5faa

#ec5faa

Complementary Color

#ec5faa #5feca1

#ec5faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec5faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec5faa Color CSS Codes

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

#ec5faa Text Font Color

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

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


#ec5faa Background Color

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

This div background color is #ec5faa


#ec5faa Border Color

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

This div border color is #ec5faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec5faa


Comments

No comments written yet.

Please login to write comment.