Color Hex Logo

#e8cadf Color Hex

#E8CADF
(232,202,223)
0 Favorites   0 Comments

Color spaces of #e8cadf

RGB 232202223
HSL0.880.390.85
HSV318°13°91°
CMYK 0.000.130.04   0.09
XYZ67.718564.724678.7360
Yxy64.72460.32070.3065
Hunter Lab80.45169.4584-1.7095
CIE-Lab84.341614.0665-6.5123

#e8cadf color RGB value is (232,202,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 11001010 11011111
Octal 350 312 337
Decimal 232 202 223
Hex E8 CA DF

RGB Percentages of Color #e8cadf

%35.31
%30.75
%33.94

CMYK Percentages of Color #e8cadf

%0
%13
%4
%9

Triadic Colors of #e8cadf

#e8cadf #dfe8ca #cadfe8

Analogous Colors of #e8cadf

#e8cadf #e8cad0 #e2cae8

Monochromatic Colors of #e8cadf

#e8cadf

Complementary Color

#e8cadf #cae8d3

#e8cadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8cadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8cadf Color CSS Codes

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

#e8cadf Text Font Color

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

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


#e8cadf Background Color

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

This div background color is #e8cadf


#e8cadf Border Color

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

This div border color is #e8cadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8cadf


Comments

No comments written yet.

Please login to write comment.