Color Hex Logo

#ee0aaf Color Hex

#EE0AAF
(238,10,175)
0 Favorites   0 Comments

Color spaces of #ee0aaf

RGB 23810175
HSL0.880.920.49
HSV317°96°93°
CMYK 0.000.960.26   0.07
XYZ43.106321.489442.4333
Yxy21.48940.40280.2008
Hunter Lab46.356784.8601-21.8224
CIE-Lab53.481084.6658-26.2924

#ee0aaf color RGB value is (238,10,175).

#ee0aaf hex color red value is 238, green value is 10 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ee0aaf hue: 0.88 , saturation: 0.92 and the lightness value of ee0aaf is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00001010 10101111
Octal 356 12 257
Decimal 238 10 175
Hex EE A AF

RGB Percentages of Color #ee0aaf

%56.26
%2.36
%41.37

CMYK Percentages of Color #ee0aaf

%0
%96
%26
%7

Triadic Colors of #ee0aaf

#ee0aaf #afee0a #0aafee

Analogous Colors of #ee0aaf

#ee0aaf #ee0a3d #bb0aee

Monochromatic Colors of #ee0aaf

#ee0aaf

Complementary Color

#ee0aaf #0aee49

#ee0aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee0aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee0aaf Color CSS Codes

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

#ee0aaf Text Font Color

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

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


#ee0aaf Background Color

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

This div background color is #ee0aaf


#ee0aaf Border Color

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

This div border color is #ee0aaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,10,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee0aaf


Comments

No comments written yet.

Please login to write comment.