Color Hex Logo

#eeb0fe Color Hex

#EEB0FE
(238,176,254)
0 Favorites   0 Comments

Color spaces of #eeb0fe

RGB 238176254
HSL0.800.980.84
HSV288°31°100°
CMYK 0.060.310.00   0.00
XYZ68.674656.3836101.0295
Yxy56.38360.30380.2494
Hunter Lab75.089031.8460-27.2102
CIE-Lab79.831635.5980-29.8440

#eeb0fe color RGB value is (238,176,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110000 11111110
Octal 356 260 376
Decimal 238 176 254
Hex EE B0 FE

RGB Percentages of Color #eeb0fe

%35.63
%26.35
%38.02

CMYK Percentages of Color #eeb0fe

%6
%31
%0
%0

Triadic Colors of #eeb0fe

#eeb0fe #feeeb0 #b0feee

Analogous Colors of #eeb0fe

#eeb0fe #feb0e7 #c7b0fe

Monochromatic Colors of #eeb0fe

#eeb0fe

Complementary Color

#eeb0fe #c0feb0

#eeb0fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb0fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb0fe Color CSS Codes

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

#eeb0fe Text Font Color

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

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


#eeb0fe Background Color

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

This div background color is #eeb0fe


#eeb0fe Border Color

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

This div border color is #eeb0fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb0fe

Related Colors


Comments

No comments written yet.

Please login to write comment.