Color Hex Logo

#ee8ffe Color Hex

#EE8FFE
(238,143,254)
0 Favorites   0 Comments

Color spaces of #ee8ffe

RGB 238143254
HSL0.810.980.78
HSV291°44°100°
CMYK 0.060.440.00   0.00
XYZ62.971744.977899.1285
Yxy44.97780.30410.2172
Hunter Lab67.065550.2395-40.6898
CIE-Lab72.877352.7937-40.6031

#ee8ffe color RGB value is (238,143,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10001111 11111110
Octal 356 217 376
Decimal 238 143 254
Hex EE 8F FE

RGB Percentages of Color #ee8ffe

%37.48
%22.52
%40.00

CMYK Percentages of Color #ee8ffe

%6
%44
%0
%0

Triadic Colors of #ee8ffe

#ee8ffe #feee8f #8ffeee

Analogous Colors of #ee8ffe

#ee8ffe #fe8fd7 #b78ffe

Monochromatic Colors of #ee8ffe

#ee8ffe

Complementary Color

#ee8ffe #9ffe8f

#ee8ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee8ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee8ffe Color CSS Codes

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

#ee8ffe Text Font Color

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

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


#ee8ffe Background Color

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

This div background color is #ee8ffe


#ee8ffe Border Color

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

This div border color is #ee8ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee8ffe

#ee8ffe Color Palettes


Comments

No comments written yet.

Please login to write comment.