Color Hex Logo

#e8cbdd Color Hex

#E8CBDD
(232,203,221)
0 Favorites   0 Comments

Color spaces of #e8cbdd

RGB 232203221
HSL0.900.390.85
HSV323°13°91°
CMYK 0.000.130.05   0.09
XYZ67.685865.088177.4025
Yxy65.08810.32200.3097
Hunter Lab80.67728.5712-0.4094
CIE-Lab84.529113.1865-5.1699

#e8cbdd color RGB value is (232,203,221).

#e8cbdd hex color red value is 232, green value is 203 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e8cbdd hue: 0.90 , saturation: 0.39 and the lightness value of e8cbdd is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 11001011 11011101
Octal 350 313 335
Decimal 232 203 221
Hex E8 CB DD

RGB Percentages of Color #e8cbdd

%35.37
%30.95
%33.69

CMYK Percentages of Color #e8cbdd

%0
%13
%5
%9

Triadic Colors of #e8cbdd

#e8cbdd #dde8cb #cbdde8

Analogous Colors of #e8cbdd

#e8cbdd #e8cbcf #e5cbe8

Monochromatic Colors of #e8cbdd

#e8cbdd

Complementary Color

#e8cbdd #cbe8d6

#e8cbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8cbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8cbdd Color CSS Codes

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

#e8cbdd Text Font Color

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

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


#e8cbdd Background Color

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

This div background color is #e8cbdd


#e8cbdd Border Color

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

This div border color is #e8cbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8cbdd


Comments

No comments written yet.

Please login to write comment.