Color Hex Logo

#e9bbcd Color Hex

#E9BBCD
(233,187,205)
0 Favorites   0 Comments

Color spaces of #e9bbcd

RGB 233187205
HSL0.930.510.82
HSV337°20°91°
CMYK 0.000.200.12   0.09
XYZ62.394057.272165.5237
Yxy57.27210.33690.3093
Hunter Lab75.678314.72961.6405
CIE-Lab80.332419.3225-2.7629

#e9bbcd color RGB value is (233,187,205).

#e9bbcd hex color red value is 233, green value is 187 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e9bbcd hue: 0.93 , saturation: 0.51 and the lightness value of e9bbcd is 0.82.

The process color (four color CMYK) of #e9bbcd color hex is 0.00, 0.20, 0.12, 0.09. Web safe color of #e9bbcd is #ffcccc. Color #e9bbcd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10111011 11001101
Octal 351 273 315
Decimal 233 187 205
Hex E9 BB CD

RGB Percentages of Color #e9bbcd

%37.28
%29.92
%32.80

CMYK Percentages of Color #e9bbcd

%0
%20
%12
%9

Triadic Colors of #e9bbcd

#e9bbcd #cde9bb #bbcde9

Analogous Colors of #e9bbcd

#e9bbcd #e9c0bb #e9bbe4

Monochromatic Colors of #e9bbcd

#e9bbcd

Complementary Color

#e9bbcd #bbe9d7

#e9bbcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9bbcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9bbcd Color CSS Codes

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

#e9bbcd Text Font Color

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

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


#e9bbcd Background Color

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

This div background color is #e9bbcd


#e9bbcd Border Color

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

This div border color is #e9bbcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9bbcd


Comments

No comments written yet.

Please login to write comment.