Color Hex Logo

#ec11ae Color Hex

#EC11AE
(236,17,174)
0 Favorites   0 Comments

Color spaces of #ec11ae

RGB 23617174
HSL0.880.870.50
HSV317°93°93°
CMYK 0.000.930.26   0.07
XYZ42.432521.289841.9173
Yxy21.28980.40170.2015
Hunter Lab46.140983.4073-21.5642
CIE-Lab53.265283.5838-26.0699

#ec11ae color RGB value is (236,17,174).

#ec11ae hex color red value is 236, green value is 17 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ec11ae hue: 0.88 , saturation: 0.87 and the lightness value of ec11ae is 0.50.

The process color (four color CMYK) of #ec11ae color hex is 0.00, 0.93, 0.26, 0.07. Web safe color of #ec11ae is #ff0099. Color #ec11ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010001 10101110
Octal 354 21 256
Decimal 236 17 174
Hex EC 11 AE

RGB Percentages of Color #ec11ae

%55.27
%3.98
%40.75

CMYK Percentages of Color #ec11ae

%0
%93
%26
%7

Triadic Colors of #ec11ae

#ec11ae #aeec11 #11aeec

Analogous Colors of #ec11ae

#ec11ae #ec1141 #bd11ec

Monochromatic Colors of #ec11ae

#ec11ae

Complementary Color

#ec11ae #11ec4f

#ec11ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec11ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec11ae Color CSS Codes

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

#ec11ae Text Font Color

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

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


#ec11ae Background Color

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

This div background color is #ec11ae


#ec11ae Border Color

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

This div border color is #ec11ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec11ae


Comments

No comments written yet.

Please login to write comment.