Color Hex Logo

#e8bcca Color Hex

#E8BCCA
(232,188,202)
0 Favorites   0 Comments

Color spaces of #e8bcca

RGB 232188202
HSL0.950.490.82
HSV341°19°91°
CMYK 0.000.190.13   0.09
XYZ61.922657.386563.6901
Yxy57.38650.33840.3136
Hunter Lab75.753913.33993.1796
CIE-Lab80.396517.9491-1.0624

#e8bcca color RGB value is (232,188,202).

#e8bcca hex color red value is 232, green value is 188 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e8bcca hue: 0.95 , saturation: 0.49 and the lightness value of e8bcca is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10111100 11001010
Octal 350 274 312
Decimal 232 188 202
Hex E8 BC CA

RGB Percentages of Color #e8bcca

%37.30
%30.23
%32.48

CMYK Percentages of Color #e8bcca

%0
%19
%13
%9

Triadic Colors of #e8bcca

#e8bcca #cae8bc #bccae8

Analogous Colors of #e8bcca

#e8bcca #e8c4bc #e8bce0

Monochromatic Colors of #e8bcca

#e8bcca

Complementary Color

#e8bcca #bce8da

#e8bcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8bcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8bcca Color CSS Codes

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

#e8bcca Text Font Color

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

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


#e8bcca Background Color

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

This div background color is #e8bcca


#e8bcca Border Color

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

This div border color is #e8bcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8bcca


Comments

No comments written yet.

Please login to write comment.