Color Hex Logo

#e7b9cb Color Hex

#E7B9CB
(231,185,203)
0 Favorites   0 Comments

Color spaces of #e7b9cb

RGB 231185203
HSL0.930.490.82
HSV337°20°91°
CMYK 0.000.200.12   0.09
XYZ61.083555.998664.0893
Yxy55.99860.33720.3091
Hunter Lab74.832214.74831.6042
CIE-Lab79.613019.3594-2.7620

#e7b9cb color RGB value is (231,185,203).

#e7b9cb hex color red value is 231, green value is 185 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e7b9cb hue: 0.93 , saturation: 0.49 and the lightness value of e7b9cb is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10111001 11001011
Octal 347 271 313
Decimal 231 185 203
Hex E7 B9 CB

RGB Percentages of Color #e7b9cb

%37.32
%29.89
%32.79

CMYK Percentages of Color #e7b9cb

%0
%20
%12
%9

Triadic Colors of #e7b9cb

#e7b9cb #cbe7b9 #b9cbe7

Analogous Colors of #e7b9cb

#e7b9cb #e7beb9 #e7b9e2

Monochromatic Colors of #e7b9cb

#e7b9cb

Complementary Color

#e7b9cb #b9e7d5

#e7b9cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7b9cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7b9cb Color CSS Codes

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

#e7b9cb Text Font Color

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

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


#e7b9cb Background Color

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

This div background color is #e7b9cb


#e7b9cb Border Color

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

This div border color is #e7b9cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,185,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 #e7b9cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7b9cb


Comments

No comments written yet.

Please login to write comment.