Color Hex Logo

#eeb1eb Color Hex

#EEB1EB
(238,177,235)
0 Favorites   0 Comments

Color spaces of #eeb1eb

RGB 238177235
HSL0.840.640.81
HSV303°26°93°
CMYK 0.000.260.01   0.07
XYZ65.977455.619685.8555
Yxy55.61960.31800.2681
Hunter Lab74.578527.4011-16.0502
CIE-Lab79.396831.5198-20.2932

#eeb1eb color RGB value is (238,177,235).

#eeb1eb hex color red value is 238, green value is 177 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #eeb1eb hue: 0.84 , saturation: 0.64 and the lightness value of eeb1eb is 0.81.

The process color (four color CMYK) of #eeb1eb color hex is 0.00, 0.26, 0.01, 0.07. Web safe color of #eeb1eb is #ff99ff. Color #eeb1eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110001 11101011
Octal 356 261 353
Decimal 238 177 235
Hex EE B1 EB

RGB Percentages of Color #eeb1eb

%36.62
%27.23
%36.15

CMYK Percentages of Color #eeb1eb

%0
%26
%1
%7

Triadic Colors of #eeb1eb

#eeb1eb #ebeeb1 #b1ebee

Analogous Colors of #eeb1eb

#eeb1eb #eeb1cd #d3b1ee

Monochromatic Colors of #eeb1eb

#eeb1eb

Complementary Color

#eeb1eb #b1eeb4

#eeb1eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb1eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb1eb Color CSS Codes

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

#eeb1eb Text Font Color

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

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


#eeb1eb Background Color

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

This div background color is #eeb1eb


#eeb1eb Border Color

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

This div border color is #eeb1eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,177,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #eeb1eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb1eb


Comments

No comments written yet.

Please login to write comment.