Color Hex Logo

#ee10aa Color Hex

#EE10AA
(238,16,170)
0 Favorites   0 Comments

Color spaces of #ee10aa

RGB 23816170
HSL0.880.870.50
HSV318°93°93°
CMYK 0.000.930.29   0.07
XYZ42.700921.450039.9199
Yxy21.45000.41030.2061
Hunter Lab46.314183.5244-18.6844
CIE-Lab53.438583.6409-23.4224

#ee10aa color RGB value is (238,16,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00010000 10101010
Octal 356 20 252
Decimal 238 16 170
Hex EE 10 AA

RGB Percentages of Color #ee10aa

%56.13
%3.77
%40.09

CMYK Percentages of Color #ee10aa

%0
%93
%29
%7

Triadic Colors of #ee10aa

#ee10aa #aaee10 #10aaee

Analogous Colors of #ee10aa

#ee10aa #ee103b #c310ee

Monochromatic Colors of #ee10aa

#ee10aa

Complementary Color

#ee10aa #10ee54

#ee10aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee10aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee10aa Color CSS Codes

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

#ee10aa Text Font Color

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

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


#ee10aa Background Color

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

This div background color is #ee10aa


#ee10aa Border Color

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

This div border color is #ee10aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee10aa


Comments

No comments written yet.

Please login to write comment.