Color Hex Logo

#e3ccdc Color Hex

#E3CCDC
(227,204,220)
0 Favorites   0 Comments

Color spaces of #e3ccdc

RGB 227204220
HSL0.880.290.85
HSV318°10°89°
CMYK 0.000.100.03   0.11
XYZ66.189764.683976.7068
Yxy64.68390.31890.3116
Hunter Lab80.42636.1569-0.2496
CIE-Lab84.320610.7710-4.9930

#e3ccdc color RGB value is (227,204,220).

#e3ccdc hex color red value is 227, green value is 204 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e3ccdc hue: 0.88 , saturation: 0.29 and the lightness value of e3ccdc is 0.85.

The process color (four color CMYK) of #e3ccdc color hex is 0.00, 0.10, 0.03, 0.11. Web safe color of #e3ccdc is #cccccc. Color #e3ccdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 11001100 11011100
Octal 343 314 334
Decimal 227 204 220
Hex E3 CC DC

RGB Percentages of Color #e3ccdc

%34.87
%31.34
%33.79

CMYK Percentages of Color #e3ccdc

%0
%10
%3
%11

Triadic Colors of #e3ccdc

#e3ccdc #dce3cc #ccdce3

Analogous Colors of #e3ccdc

#e3ccdc #e3ccd1 #dfcce3

Monochromatic Colors of #e3ccdc

#e3ccdc

Complementary Color

#e3ccdc #cce3d3

#e3ccdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3ccdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3ccdc Color CSS Codes

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

#e3ccdc Text Font Color

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

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


#e3ccdc Background Color

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

This div background color is #e3ccdc


#e3ccdc Border Color

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

This div border color is #e3ccdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3ccdc


Comments

No comments written yet.

Please login to write comment.