Color Hex Logo

#e7bcdd Color Hex

#E7BCDD
(231,188,221)
0 Favorites   0 Comments

Color spaces of #e7bcdd

RGB 231188221
HSL0.870.470.82
HSV314°19°91°
CMYK 0.000.190.04   0.09
XYZ63.989458.175876.2631
Yxy58.17580.32250.2932
Hunter Lab76.273116.2750-5.8911
CIE-Lab80.836420.8226-10.6564

#e7bcdd color RGB value is (231,188,221).

#e7bcdd hex color red value is 231, green value is 188 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e7bcdd hue: 0.87 , saturation: 0.47 and the lightness value of e7bcdd is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10111100 11011101
Octal 347 274 335
Decimal 231 188 221
Hex E7 BC DD

RGB Percentages of Color #e7bcdd

%36.09
%29.38
%34.53

CMYK Percentages of Color #e7bcdd

%0
%19
%4
%9

Triadic Colors of #e7bcdd

#e7bcdd #dde7bc #bcdde7

Analogous Colors of #e7bcdd

#e7bcdd #e7bcc8 #dcbce7

Monochromatic Colors of #e7bcdd

#e7bcdd

Complementary Color

#e7bcdd #bce7c6

#e7bcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7bcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7bcdd Color CSS Codes

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

#e7bcdd Text Font Color

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

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


#e7bcdd Background Color

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

This div background color is #e7bcdd


#e7bcdd Border Color

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

This div border color is #e7bcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7bcdd


Comments

No comments written yet.

Please login to write comment.