Color Hex Logo

#e7cccf Color Hex

#E7CCCF
(231,204,207)
1 Favorites   0 Comments

Color spaces of #e7cccf

RGB 231204207
HSL0.980.360.85
HSV353°12°91°
CMYK 0.000.120.10   0.09
XYZ65.810364.679668.0473
Yxy64.67960.33150.3258
Hunter Lab80.42365.32446.1306
CIE-Lab84.31849.93221.9689

#e7cccf color RGB value is (231,204,207).

#e7cccf hex color red value is 231, green value is 204 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e7cccf hue: 0.98 , saturation: 0.36 and the lightness value of e7cccf is 0.85.

The process color (four color CMYK) of #e7cccf color hex is 0.00, 0.12, 0.10, 0.09. Web safe color of #e7cccf is #ffcccc. Color #e7cccf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 11001100 11001111
Octal 347 314 317
Decimal 231 204 207
Hex E7 CC CF

RGB Percentages of Color #e7cccf

%35.98
%31.78
%32.24

CMYK Percentages of Color #e7cccf

%0
%12
%10
%9

Triadic Colors of #e7cccf

#e7cccf #cfe7cc #cccfe7

Analogous Colors of #e7cccf

#e7cccf #e7d7cc #e7ccdd

Monochromatic Colors of #e7cccf

#e7cccf

Complementary Color

#e7cccf #cce7e4

#e7cccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7cccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7cccf Color CSS Codes

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

#e7cccf Text Font Color

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

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


#e7cccf Background Color

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

This div background color is #e7cccf


#e7cccf Border Color

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

This div border color is #e7cccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7cccf

#e7cccf Color Palettes


Comments

No comments written yet.

Please login to write comment.