Color Hex Logo

#ee05fe Color Hex

#EE05FE
(238,5,254)
0 Favorites   0 Comments

Color spaces of #ee05fe

RGB 2385254
HSL0.820.990.51
HSV296°98°100°
CMYK 0.060.980.00   0.00
XYZ53.203625.441495.8725
Yxy25.44140.30490.1458
Hunter Lab50.4395100.0129-77.3875
CIE-Lab57.503095.2467-64.9645

#ee05fe color RGB value is (238,5,254).

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

The process color (four color CMYK) of #ee05fe color hex is 0.06, 0.98, 0.00, 0.00. Web safe color of #ee05fe is #ff00ff. Color #ee05fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00000101 11111110
Octal 356 5 376
Decimal 238 5 254
Hex EE 5 FE

RGB Percentages of Color #ee05fe

%47.89
%1.01
%51.11

CMYK Percentages of Color #ee05fe

%6
%98
%0
%0

Triadic Colors of #ee05fe

#ee05fe #feee05 #05feee

Analogous Colors of #ee05fe

#ee05fe #fe0592 #7205fe

Monochromatic Colors of #ee05fe

#ee05fe

Complementary Color

#ee05fe #15fe05

#ee05fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee05fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee05fe Color CSS Codes

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

#ee05fe Text Font Color

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

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


#ee05fe Background Color

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

This div background color is #ee05fe


#ee05fe Border Color

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

This div border color is #ee05fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee05fe

Related Colors


Comments

No comments written yet.

Please login to write comment.