Color Hex Logo

#e9bddd Color Hex

#E9BDDD
(233,189,221)
0 Favorites   0 Comments

Color spaces of #e9bddd

RGB 233189221
HSL0.880.500.83
HSV316°19°91°
CMYK 0.000.190.05   0.09
XYZ64.853058.939376.3649
Yxy58.93930.32400.2945
Hunter Lab76.771916.4368-5.2353
CIE-Lab81.258220.9672-10.0082

#e9bddd color RGB value is (233,189,221).

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

The process color (four color CMYK) of #e9bddd color hex is 0.00, 0.19, 0.05, 0.09. Web safe color of #e9bddd is #ffcccc. Color #e9bddd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10111101 11011101
Octal 351 275 335
Decimal 233 189 221
Hex E9 BD DD

RGB Percentages of Color #e9bddd

%36.24
%29.39
%34.37

CMYK Percentages of Color #e9bddd

%0
%19
%5
%9

Triadic Colors of #e9bddd

#e9bddd #dde9bd #bddde9

Analogous Colors of #e9bddd

#e9bddd #e9bdc7 #dfbde9

Monochromatic Colors of #e9bddd

#e9bddd

Complementary Color

#e9bddd #bde9c9

#e9bddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9bddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9bddd Color CSS Codes

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

#e9bddd Text Font Color

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

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


#e9bddd Background Color

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

This div background color is #e9bddd


#e9bddd Border Color

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

This div border color is #e9bddd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,189,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9bddd


Comments

No comments written yet.

Please login to write comment.