Color Hex Logo

#e9cbdc Color Hex

#E9CBDC
(233,203,220)
0 Favorites   0 Comments

Color spaces of #e9cbdc

RGB 233203220
HSL0.910.410.85
HSV326°13°91°
CMYK 0.000.130.06   0.09
XYZ67.878565.202876.7180
Yxy65.20280.32350.3108
Hunter Lab80.74838.74100.1930
CIE-Lab84.588113.3554-4.5404

#e9cbdc color RGB value is (233,203,220).

#e9cbdc hex color red value is 233, green value is 203 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e9cbdc hue: 0.91 , saturation: 0.41 and the lightness value of e9cbdc is 0.85.

The process color (four color CMYK) of #e9cbdc color hex is 0.00, 0.13, 0.06, 0.09. Web safe color of #e9cbdc is #ffcccc. Color #e9cbdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 11001011 11011100
Octal 351 313 334
Decimal 233 203 220
Hex E9 CB DC

RGB Percentages of Color #e9cbdc

%35.52
%30.95
%33.54

CMYK Percentages of Color #e9cbdc

%0
%13
%6
%9

Triadic Colors of #e9cbdc

#e9cbdc #dce9cb #cbdce9

Analogous Colors of #e9cbdc

#e9cbdc #e9cbcd #e7cbe9

Monochromatic Colors of #e9cbdc

#e9cbdc

Complementary Color

#e9cbdc #cbe9d8

#e9cbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9cbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9cbdc Color CSS Codes

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

#e9cbdc Text Font Color

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

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


#e9cbdc Background Color

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

This div background color is #e9cbdc


#e9cbdc Border Color

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

This div border color is #e9cbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9cbdc


Comments

No comments written yet.

Please login to write comment.