Color Hex Logo

#e8cbdf Color Hex

#E8CBDF
(232,203,223)
0 Favorites   0 Comments

Color spaces of #e8cbdf

RGB 232203223
HSL0.890.390.85
HSV319°13°91°
CMYK 0.000.130.04   0.09
XYZ67.953965.195478.8144
Yxy65.19540.32060.3076
Hunter Lab80.74378.9242-1.3528
CIE-Lab84.584313.5373-6.1535

#e8cbdf color RGB value is (232,203,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 11001011 11011111
Octal 350 313 337
Decimal 232 203 223
Hex E8 CB DF

RGB Percentages of Color #e8cbdf

%35.26
%30.85
%33.89

CMYK Percentages of Color #e8cbdf

%0
%13
%4
%9

Triadic Colors of #e8cbdf

#e8cbdf #dfe8cb #cbdfe8

Analogous Colors of #e8cbdf

#e8cbdf #e8cbd1 #e3cbe8

Monochromatic Colors of #e8cbdf

#e8cbdf

Complementary Color

#e8cbdf #cbe8d4

#e8cbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8cbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8cbdf Color CSS Codes

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

#e8cbdf Text Font Color

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

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


#e8cbdf Background Color

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

This div background color is #e8cbdf


#e8cbdf Border Color

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

This div border color is #e8cbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8cbdf


Comments

No comments written yet.

Please login to write comment.