Color Hex Logo

#eeb1ed Color Hex

#EEB1ED
(238,177,237)
0 Favorites   0 Comments

Color spaces of #eeb1ed

RGB 238177237
HSL0.840.640.81
HSV301°26°93°
CMYK 0.000.260.00   0.07
XYZ66.268155.735887.3861
Yxy55.73580.31650.2662
Hunter Lab74.656427.7952-17.1401
CIE-Lab79.463231.8829-21.2703

#eeb1ed color RGB value is (238,177,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110001 11101101
Octal 356 261 355
Decimal 238 177 237
Hex EE B1 ED

RGB Percentages of Color #eeb1ed

%36.50
%27.15
%36.35

CMYK Percentages of Color #eeb1ed

%0
%26
%0
%7

Triadic Colors of #eeb1ed

#eeb1ed #edeeb1 #b1edee

Analogous Colors of #eeb1ed

#eeb1ed #eeb1cf #d1b1ee

Monochromatic Colors of #eeb1ed

#eeb1ed

Complementary Color

#eeb1ed #b1eeb2

#eeb1ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb1ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb1ed Color CSS Codes

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

#eeb1ed Text Font Color

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

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


#eeb1ed Background Color

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

This div background color is #eeb1ed


#eeb1ed Border Color

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

This div border color is #eeb1ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb1ed


Comments

No comments written yet.

Please login to write comment.