Color Hex Logo

#ee8bff Color Hex

#EE8BFF
(238,139,255)
0 Favorites   0 Comments

Color spaces of #ee8bff

RGB 238139255
HSL0.811.000.77
HSV291°45°100°
CMYK 0.070.450.00   0.00
XYZ62.542543.862499.7777
Yxy43.86240.30330.2127
Hunter Lab66.228752.6647-42.9640
CIE-Lab72.136454.9945-42.3026

#ee8bff color RGB value is (238,139,255).

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

The process color (four color CMYK) of #ee8bff color hex is 0.07, 0.45, 0.00, 0.00. Web safe color of #ee8bff is #ff99ff. Color #ee8bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10001011 11111111
Octal 356 213 377
Decimal 238 139 255
Hex EE 8B FF

RGB Percentages of Color #ee8bff

%37.66
%21.99
%40.35

CMYK Percentages of Color #ee8bff

%7
%45
%0
%0

Triadic Colors of #ee8bff

#ee8bff #ffee8b #8bffee

Analogous Colors of #ee8bff

#ee8bff #ff8bd6 #b48bff

Monochromatic Colors of #ee8bff

#ee8bff

Complementary Color

#ee8bff #9cff8b

#ee8bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee8bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee8bff Color CSS Codes

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

#ee8bff Text Font Color

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

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


#ee8bff Background Color

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

This div background color is #ee8bff


#ee8bff Border Color

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

This div border color is #ee8bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee8bff


Comments

No comments written yet.

Please login to write comment.