Color Hex Logo

#e4ccf6 Color Hex

#E4CCF6
(228,204,246)
0 Favorites   0 Comments

Color spaces of #e4ccf6

RGB 228204246
HSL0.760.700.88
HSV274°17°96°
CMYK 0.070.170.00   0.04
XYZ70.222366.333596.2913
Yxy66.33350.30160.2849
Hunter Lab81.445411.3735-13.0857
CIE-Lab85.166215.9495-17.5479

#e4ccf6 color RGB value is (228,204,246).

#e4ccf6 hex color red value is 228, green value is 204 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #e4ccf6 hue: 0.76 , saturation: 0.70 and the lightness value of e4ccf6 is 0.88.

The process color (four color CMYK) of #e4ccf6 color hex is 0.07, 0.17, 0.00, 0.04. Web safe color of #e4ccf6 is #ccccff. Color #e4ccf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 11001100 11110110
Octal 344 314 366
Decimal 228 204 246
Hex E4 CC F6

RGB Percentages of Color #e4ccf6

%33.63
%30.09
%36.28

CMYK Percentages of Color #e4ccf6

%7
%17
%0
%4

Triadic Colors of #e4ccf6

#e4ccf6 #f6e4cc #ccf6e4

Analogous Colors of #e4ccf6

#e4ccf6 #f6ccf3 #cfccf6

Monochromatic Colors of #e4ccf6

#e4ccf6

Complementary Color

#e4ccf6 #def6cc

#e4ccf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4ccf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4ccf6 Color CSS Codes

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

#e4ccf6 Text Font Color

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

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


#e4ccf6 Background Color

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

This div background color is #e4ccf6


#e4ccf6 Border Color

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

This div border color is #e4ccf6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,204,246, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4ccf6


Comments

No comments written yet.

Please login to write comment.