Color Hex Logo

#ee52fe Color Hex

#EE52FE
(238,82,254)
0 Favorites   0 Comments

Color spaces of #ee52fe

RGB 23882254
HSL0.820.990.66
HSV294°68°100°
CMYK 0.060.680.00   0.00
XYZ56.166631.367596.8602
Yxy31.36750.30460.1701
Hunter Lab56.006780.9979-63.3338
CIE-Lab62.816679.8548-56.4590

#ee52fe color RGB value is (238,82,254).

#ee52fe hex color red value is 238, green value is 82 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ee52fe hue: 0.82 , saturation: 0.99 and the lightness value of ee52fe is 0.66.

The process color (four color CMYK) of #ee52fe color hex is 0.06, 0.68, 0.00, 0.00. Web safe color of #ee52fe is #ff66ff. Color #ee52fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01010010 11111110
Octal 356 122 376
Decimal 238 82 254
Hex EE 52 FE

RGB Percentages of Color #ee52fe

%41.46
%14.29
%44.25

CMYK Percentages of Color #ee52fe

%6
%68
%0
%0

Triadic Colors of #ee52fe

#ee52fe #feee52 #52feee

Analogous Colors of #ee52fe

#ee52fe #fe52b8 #9852fe

Monochromatic Colors of #ee52fe

#ee52fe

Complementary Color

#ee52fe #62fe52

#ee52fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee52fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee52fe Color CSS Codes

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

#ee52fe Text Font Color

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

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


#ee52fe Background Color

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

This div background color is #ee52fe


#ee52fe Border Color

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

This div border color is #ee52fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee52fe

Related Colors


Comments

No comments written yet.

Please login to write comment.