Color Hex Logo

#ec10aa Color Hex

#EC10AA
(236,16,170)
0 Favorites   0 Comments

Color spaces of #ec10aa

RGB 23616170
HSL0.880.870.49
HSV318°93°93°
CMYK 0.000.930.28   0.07
XYZ42.033121.105739.8886
Yxy21.10570.40800.2049
Hunter Lab45.940982.9197-19.3204
CIE-Lab53.065083.2441-24.0290

#ec10aa color RGB value is (236,16,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010000 10101010
Octal 354 20 252
Decimal 236 16 170
Hex EC 10 AA

RGB Percentages of Color #ec10aa

%55.92
%3.79
%40.28

CMYK Percentages of Color #ec10aa

%0
%93
%28
%7

Triadic Colors of #ec10aa

#ec10aa #aaec10 #10aaec

Analogous Colors of #ec10aa

#ec10aa #ec103c #c010ec

Monochromatic Colors of #ec10aa

#ec10aa

Complementary Color

#ec10aa #10ec52

#ec10aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec10aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec10aa Color CSS Codes

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

#ec10aa Text Font Color

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

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


#ec10aa Background Color

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

This div background color is #ec10aa


#ec10aa Border Color

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

This div border color is #ec10aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec10aa


Comments

No comments written yet.

Please login to write comment.