Color Hex Logo

#e7cbe0 Color Hex

#E7CBE0
(231,203,224)
0 Favorites   0 Comments

Color spaces of #e7cbe0

RGB 231203224
HSL0.880.370.85
HSV315°12°91°
CMYK 0.000.120.03   0.09
XYZ67.765565.082679.5116
Yxy65.08260.31910.3065
Hunter Lab80.67388.7598-1.9642
CIE-Lab84.526313.3739-6.7815

#e7cbe0 color RGB value is (231,203,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 11001011 11100000
Octal 347 313 340
Decimal 231 203 224
Hex E7 CB E0

RGB Percentages of Color #e7cbe0

%35.11
%30.85
%34.04

CMYK Percentages of Color #e7cbe0

%0
%12
%3
%9

Triadic Colors of #e7cbe0

#e7cbe0 #e0e7cb #cbe0e7

Analogous Colors of #e7cbe0

#e7cbe0 #e7cbd2 #e0cbe7

Monochromatic Colors of #e7cbe0

#e7cbe0

Complementary Color

#e7cbe0 #cbe7d2

#e7cbe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7cbe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7cbe0 Color CSS Codes

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

#e7cbe0 Text Font Color

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

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


#e7cbe0 Background Color

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

This div background color is #e7cbe0


#e7cbe0 Border Color

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

This div border color is #e7cbe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7cbe0


Comments

No comments written yet.

Please login to write comment.