Color Hex Logo

#eeb0ff Color Hex

#EEB0FF
(238,176,255)
0 Favorites   0 Comments

Color spaces of #eeb0ff

RGB 238176255
HSL0.801.000.85
HSV287°31°100°
CMYK 0.070.310.00   0.00
XYZ68.835256.4478101.8752
Yxy56.44780.30300.2485
Hunter Lab75.131832.0599-27.8023
CIE-Lab79.868035.7907-30.3241

#eeb0ff color RGB value is (238,176,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110000 11111111
Octal 356 260 377
Decimal 238 176 255
Hex EE B0 FF

RGB Percentages of Color #eeb0ff

%35.58
%26.31
%38.12

CMYK Percentages of Color #eeb0ff

%7
%31
%0
%0

Triadic Colors of #eeb0ff

#eeb0ff #ffeeb0 #b0ffee

Analogous Colors of #eeb0ff

#eeb0ff #ffb0e9 #c7b0ff

Monochromatic Colors of #eeb0ff

#eeb0ff

Complementary Color

#eeb0ff #c1ffb0

#eeb0ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb0ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb0ff Color CSS Codes

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

#eeb0ff Text Font Color

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

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


#eeb0ff Background Color

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

This div background color is #eeb0ff


#eeb0ff Border Color

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

This div border color is #eeb0ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb0ff


Comments

No comments written yet.

Please login to write comment.