Color Hex Logo

#e8cbdc Color Hex

#E8CBDC
(232,203,220)
0 Favorites   0 Comments

Color spaces of #e8cbdc

RGB 232203220
HSL0.900.390.85
HSV325°13°91°
CMYK 0.000.130.05   0.09
XYZ67.552965.035076.7027
Yxy65.03500.32280.3107
Hunter Lab80.64438.39570.0589
CIE-Lab84.501813.0119-4.6775

#e8cbdc color RGB value is (232,203,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 11001011 11011100
Octal 350 313 334
Decimal 232 203 220
Hex E8 CB DC

RGB Percentages of Color #e8cbdc

%35.42
%30.99
%33.59

CMYK Percentages of Color #e8cbdc

%0
%13
%5
%9

Triadic Colors of #e8cbdc

#e8cbdc #dce8cb #cbdce8

Analogous Colors of #e8cbdc

#e8cbdc #e8cbce #e6cbe8

Monochromatic Colors of #e8cbdc

#e8cbdc

Complementary Color

#e8cbdc #cbe8d7

#e8cbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8cbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8cbdc Color CSS Codes

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

#e8cbdc Text Font Color

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

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


#e8cbdc Background Color

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

This div background color is #e8cbdc


#e8cbdc Border Color

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

This div border color is #e8cbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8cbdc


Comments

No comments written yet.

Please login to write comment.