Color Hex Logo

#e7bccf Color Hex

#E7BCCF
(231,188,207)
0 Favorites   0 Comments

Color spaces of #e7bccf

RGB 231188207
HSL0.930.470.82
HSV333°19°91°
CMYK 0.000.190.10   0.09
XYZ62.200757.460466.8441
Yxy57.46040.33350.3081
Hunter Lab75.802613.81550.7789
CIE-Lab80.437918.4188-3.7078

#e7bccf color RGB value is (231,188,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10111100 11001111
Octal 347 274 317
Decimal 231 188 207
Hex E7 BC CF

RGB Percentages of Color #e7bccf

%36.90
%30.03
%33.07

CMYK Percentages of Color #e7bccf

%0
%19
%10
%9

Triadic Colors of #e7bccf

#e7bccf #cfe7bc #bccfe7

Analogous Colors of #e7bccf

#e7bccf #e7bfbc #e7bce5

Monochromatic Colors of #e7bccf

#e7bccf

Complementary Color

#e7bccf #bce7d4

#e7bccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7bccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7bccf Color CSS Codes

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

#e7bccf Text Font Color

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

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


#e7bccf Background Color

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

This div background color is #e7bccf


#e7bccf Border Color

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

This div border color is #e7bccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7bccf


Comments

No comments written yet.

Please login to write comment.