Color Hex Logo

#e7cccb Color Hex

#E7CCCB
(231,204,203)
0 Favorites   0 Comments

Color spaces of #e7cccb

RGB 231204203
HSL0.010.370.85
HSV12°91°
CMYK 0.000.120.12   0.09
XYZ65.327464.486565.5039
Yxy64.48650.33450.3302
Hunter Lab80.30354.67987.8493
CIE-Lab84.21849.27843.9541

#e7cccb color RGB value is (231,204,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 11001100 11001011
Octal 347 314 313
Decimal 231 204 203
Hex E7 CC CB

RGB Percentages of Color #e7cccb

%36.21
%31.97
%31.82

CMYK Percentages of Color #e7cccb

%0
%12
%12
%9

Triadic Colors of #e7cccb

#e7cccb #cbe7cc #cccbe7

Analogous Colors of #e7cccb

#e7cccb #e7dacb #e7cbd8

Monochromatic Colors of #e7cccb

#e7cccb

Complementary Color

#e7cccb #cbe6e7

#e7cccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7cccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7cccb Color CSS Codes

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

#e7cccb Text Font Color

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

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


#e7cccb Background Color

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

This div background color is #e7cccb


#e7cccb Border Color

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

This div border color is #e7cccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7cccb


Comments

No comments written yet.

Please login to write comment.