Color Hex Logo

#ee02ff Color Hex

#EE02FF
(238,2,255)
0 Favorites   0 Comments

Color spaces of #ee02ff

RGB 2382255
HSL0.821.000.50
HSV296°99°100°
CMYK 0.070.990.00   0.00
XYZ53.331625.440696.7074
Yxy25.44060.30390.1450
Hunter Lab50.4387100.4702-78.3712
CIE-Lab57.502295.5802-65.5206

#ee02ff color RGB value is (238,2,255).

#ee02ff hex color red value is 238, green value is 2 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ee02ff hue: 0.82 , saturation: 1.00 and the lightness value of ee02ff is 0.50.

The process color (four color CMYK) of #ee02ff color hex is 0.07, 0.99, 0.00, 0.00. Web safe color of #ee02ff is #ff00ff. Color #ee02ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00000010 11111111
Octal 356 2 377
Decimal 238 2 255
Hex EE 2 FF

RGB Percentages of Color #ee02ff

%48.08
%0.40
%51.52

CMYK Percentages of Color #ee02ff

%7
%99
%0
%0

Triadic Colors of #ee02ff

#ee02ff #ffee02 #02ffee

Analogous Colors of #ee02ff

#ee02ff #ff0292 #7002ff

Monochromatic Colors of #ee02ff

#ee02ff

Complementary Color

#ee02ff #13ff02

#ee02ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee02ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee02ff Color CSS Codes

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

#ee02ff Text Font Color

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

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


#ee02ff Background Color

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

This div background color is #ee02ff


#ee02ff Border Color

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

This div border color is #ee02ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee02ff

Related Colors


Comments

No comments written yet.

Please login to write comment.