Color Hex Logo

#e9bdeb Color Hex

#E9BDEB
(233,189,235)
0 Favorites   0 Comments

Color spaces of #e9bdeb

RGB 233189235
HSL0.830.530.83
HSV297°20°92°
CMYK 0.010.200.00   0.08
XYZ66.797359.717086.6032
Yxy59.71700.31340.2802
Hunter Lab77.276819.0593-12.3519
CIE-Lab81.684123.4871-16.8844

#e9bdeb color RGB value is (233,189,235).

#e9bdeb hex color red value is 233, green value is 189 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e9bdeb hue: 0.83 , saturation: 0.53 and the lightness value of e9bdeb is 0.83.

The process color (four color CMYK) of #e9bdeb color hex is 0.01, 0.20, 0.00, 0.08. Web safe color of #e9bdeb is #ffccff. Color #e9bdeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10111101 11101011
Octal 351 275 353
Decimal 233 189 235
Hex E9 BD EB

RGB Percentages of Color #e9bdeb

%35.46
%28.77
%35.77

CMYK Percentages of Color #e9bdeb

%1
%20
%0
%8

Triadic Colors of #e9bdeb

#e9bdeb #ebe9bd #bdebe9

Analogous Colors of #e9bdeb

#e9bdeb #ebbdd6 #d2bdeb

Monochromatic Colors of #e9bdeb

#e9bdeb

Complementary Color

#e9bdeb #bfebbd

#e9bdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9bdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9bdeb Color CSS Codes

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

#e9bdeb Text Font Color

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

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


#e9bdeb Background Color

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

This div background color is #e9bdeb


#e9bdeb Border Color

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

This div border color is #e9bdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9bdeb


Comments

No comments written yet.

Please login to write comment.