Color Hex Logo

#e7ccea Color Hex

#E7CCEA
(231,204,234)
0 Favorites   0 Comments

Color spaces of #e7ccea

RGB 231204234
HSL0.820.420.86
HSV294°13°92°
CMYK 0.010.130.00   0.08
XYZ69.399166.115286.9457
Yxy66.11520.31200.2972
Hunter Lab81.311310.0549-6.4806
CIE-Lab85.055114.6551-11.3163

#e7ccea color RGB value is (231,204,234).

#e7ccea hex color red value is 231, green value is 204 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e7ccea hue: 0.82 , saturation: 0.42 and the lightness value of e7ccea is 0.86.

The process color (four color CMYK) of #e7ccea color hex is 0.01, 0.13, 0.00, 0.08. Web safe color of #e7ccea is #ffccff. Color #e7ccea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 11001100 11101010
Octal 347 314 352
Decimal 231 204 234
Hex E7 CC EA

RGB Percentages of Color #e7ccea

%34.53
%30.49
%34.98

CMYK Percentages of Color #e7ccea

%1
%13
%0
%8

Triadic Colors of #e7ccea

#e7ccea #eae7cc #cceae7

Analogous Colors of #e7ccea

#e7ccea #eaccde #d8ccea

Monochromatic Colors of #e7ccea

#e7ccea

Complementary Color

#e7ccea #cfeacc

#e7ccea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7ccea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7ccea Color CSS Codes

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

#e7ccea Text Font Color

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

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


#e7ccea Background Color

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

This div background color is #e7ccea


#e7ccea Border Color

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

This div border color is #e7ccea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7ccea


Comments

No comments written yet.

Please login to write comment.