Color Hex Logo

#e7b1cb Color Hex

#E7B1CB
(231,177,203)
0 Favorites   0 Comments

Color spaces of #e7b1cb

RGB 231177203
HSL0.920.530.80
HSV331°23°91°
CMYK 0.000.230.12   0.09
XYZ59.456652.745063.5470
Yxy52.74500.33830.3001
Hunter Lab72.625819.0377-1.0403
CIE-Lab77.724223.6356-5.5445

#e7b1cb color RGB value is (231,177,203).

#e7b1cb hex color red value is 231, green value is 177 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e7b1cb hue: 0.92 , saturation: 0.53 and the lightness value of e7b1cb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10110001 11001011
Octal 347 261 313
Decimal 231 177 203
Hex E7 B1 CB

RGB Percentages of Color #e7b1cb

%37.81
%28.97
%33.22

CMYK Percentages of Color #e7b1cb

%0
%23
%12
%9

Triadic Colors of #e7b1cb

#e7b1cb #cbe7b1 #b1cbe7

Analogous Colors of #e7b1cb

#e7b1cb #e7b2b1 #e7b1e6

Monochromatic Colors of #e7b1cb

#e7b1cb

Complementary Color

#e7b1cb #b1e7cd

#e7b1cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7b1cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7b1cb Color CSS Codes

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

#e7b1cb Text Font Color

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

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


#e7b1cb Background Color

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

This div background color is #e7b1cb


#e7b1cb Border Color

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

This div border color is #e7b1cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7b1cb


Comments

No comments written yet.

Please login to write comment.