Color Hex Logo

#ee02af Color Hex

#EE02AF
(238,2,175)
0 Favorites   0 Comments

Color spaces of #ee02af

RGB 2382175
HSL0.880.980.47
HSV316°99°93°
CMYK 0.000.990.26   0.07
XYZ43.019521.315742.4044
Yxy21.31570.40300.1997
Hunter Lab46.168985.5279-22.1374
CIE-Lab53.293385.2169-26.5829

#ee02af color RGB value is (238,2,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00000010 10101111
Octal 356 2 257
Decimal 238 2 175
Hex EE 2 AF

RGB Percentages of Color #ee02af

%57.35
%0.48
%42.17

CMYK Percentages of Color #ee02af

%0
%99
%26
%7

Triadic Colors of #ee02af

#ee02af #afee02 #02afee

Analogous Colors of #ee02af

#ee02af #ee0239 #b702ee

Monochromatic Colors of #ee02af

#ee02af

Complementary Color

#ee02af #02ee41

#ee02af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee02af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee02af Color CSS Codes

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

#ee02af Text Font Color

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

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


#ee02af Background Color

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

This div background color is #ee02af


#ee02af Border Color

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

This div border color is #ee02af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee02af


Comments

No comments written yet.

Please login to write comment.