Color Hex Logo

#ee92fe Color Hex

#EE92FE
(238,146,254)
0 Favorites   0 Comments

Color spaces of #ee92fe

RGB 238146254
HSL0.810.980.78
HSV291°43°100°
CMYK 0.060.430.00   0.00
XYZ63.428245.890799.2807
Yxy45.89070.30410.2200
Hunter Lab67.742748.5818-39.4730
CIE-Lab73.474651.2700-39.6724

#ee92fe color RGB value is (238,146,254).

#ee92fe hex color red value is 238, green value is 146 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ee92fe hue: 0.81 , saturation: 0.98 and the lightness value of ee92fe is 0.78.

The process color (four color CMYK) of #ee92fe color hex is 0.06, 0.43, 0.00, 0.00. Web safe color of #ee92fe is #ff99ff. Color #ee92fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10010010 11111110
Octal 356 222 376
Decimal 238 146 254
Hex EE 92 FE

RGB Percentages of Color #ee92fe

%37.30
%22.88
%39.81

CMYK Percentages of Color #ee92fe

%6
%43
%0
%0

Triadic Colors of #ee92fe

#ee92fe #feee92 #92feee

Analogous Colors of #ee92fe

#ee92fe #fe92d8 #b892fe

Monochromatic Colors of #ee92fe

#ee92fe

Complementary Color

#ee92fe #a2fe92

#ee92fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee92fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee92fe Color CSS Codes

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

#ee92fe Text Font Color

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

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


#ee92fe Background Color

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

This div background color is #ee92fe


#ee92fe Border Color

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

This div border color is #ee92fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee92fe


Comments

No comments written yet.

Please login to write comment.