Color Hex Logo

#ec57ae Color Hex

#EC57AE
(236,87,174)
0 Favorites   0 Comments

Color spaces of #ec57ae

RGB 23687174
HSL0.900.800.63
HSV325°63°93°
CMYK 0.000.630.26   0.07
XYZ45.640227.705242.9865
Yxy27.70520.39230.2382
Hunter Lab52.635762.6640-11.5759
CIE-Lab59.621565.5826-16.3375

#ec57ae color RGB value is (236,87,174).

#ec57ae hex color red value is 236, green value is 87 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ec57ae hue: 0.90 , saturation: 0.80 and the lightness value of ec57ae is 0.63.

The process color (four color CMYK) of #ec57ae color hex is 0.00, 0.63, 0.26, 0.07. Web safe color of #ec57ae is #ff6699. Color #ec57ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01010111 10101110
Octal 354 127 256
Decimal 236 87 174
Hex EC 57 AE

RGB Percentages of Color #ec57ae

%47.48
%17.51
%35.01

CMYK Percentages of Color #ec57ae

%0
%63
%26
%7

Triadic Colors of #ec57ae

#ec57ae #aeec57 #57aeec

Analogous Colors of #ec57ae

#ec57ae #ec5763 #e057ec

Monochromatic Colors of #ec57ae

#ec57ae

Complementary Color

#ec57ae #57ec95

#ec57ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec57ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec57ae Color CSS Codes

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

#ec57ae Text Font Color

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

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


#ec57ae Background Color

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

This div background color is #ec57ae


#ec57ae Border Color

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

This div border color is #ec57ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec57ae


Comments

No comments written yet.

Please login to write comment.