Color Hex Logo

#e7cbce Color Hex

#E7CBCE
(231,203,206)
0 Favorites   0 Comments

Color spaces of #e7cbce

RGB 231203206
HSL0.980.370.85
HSV354°12°91°
CMYK 0.000.120.11   0.09
XYZ65.451564.157067.3264
Yxy64.15700.33240.3258
Hunter Lab80.09815.68826.2325
CIE-Lab84.047410.29462.1078

#e7cbce color RGB value is (231,203,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 11001011 11001110
Octal 347 313 316
Decimal 231 203 206
Hex E7 CB CE

RGB Percentages of Color #e7cbce

%36.09
%31.72
%32.19

CMYK Percentages of Color #e7cbce

%0
%12
%11
%9

Triadic Colors of #e7cbce

#e7cbce #cee7cb #cbcee7

Analogous Colors of #e7cbce

#e7cbce #e7d6cb #e7cbdc

Monochromatic Colors of #e7cbce

#e7cbce

Complementary Color

#e7cbce #cbe7e4

#e7cbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7cbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7cbce Color CSS Codes

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

#e7cbce Text Font Color

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

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


#e7cbce Background Color

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

This div background color is #e7cbce


#e7cbce Border Color

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

This div border color is #e7cbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7cbce

#e7cbce Color Palettes


Comments

No comments written yet.

Please login to write comment.