Color Hex Logo

#e6bbcf Color Hex

#E6BBCF
(230,187,207)
0 Favorites   0 Comments

Color spaces of #e6bbcf

RGB 230187207
HSL0.920.460.82
HSV332°19°90°
CMYK 0.000.190.10   0.10
XYZ61.665956.868666.7581
Yxy56.86860.33280.3069
Hunter Lab75.411313.99470.3012
CIE-Lab80.105618.6031-4.2076

#e6bbcf color RGB value is (230,187,207).

#e6bbcf hex color red value is 230, green value is 187 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e6bbcf hue: 0.92 , saturation: 0.46 and the lightness value of e6bbcf is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10111011 11001111
Octal 346 273 317
Decimal 230 187 207
Hex E6 BB CF

RGB Percentages of Color #e6bbcf

%36.86
%29.97
%33.17

CMYK Percentages of Color #e6bbcf

%0
%19
%10
%10

Triadic Colors of #e6bbcf

#e6bbcf #cfe6bb #bbcfe6

Analogous Colors of #e6bbcf

#e6bbcf #e6bdbb #e6bbe5

Monochromatic Colors of #e6bbcf

#e6bbcf

Complementary Color

#e6bbcf #bbe6d2

#e6bbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6bbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6bbcf Color CSS Codes

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

#e6bbcf Text Font Color

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

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


#e6bbcf Background Color

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

This div background color is #e6bbcf


#e6bbcf Border Color

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

This div border color is #e6bbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6bbcf


Comments

No comments written yet.

Please login to write comment.