Color Hex Logo

#e1bcca Color Hex

#E1BCCA
(225,188,202)
0 Favorites   0 Comments

Color spaces of #e1bcca

RGB 225188202
HSL0.940.380.81
HSV337°16°88°
CMYK 0.000.160.10   0.12
XYZ59.695256.238363.5859
Yxy56.23830.33250.3133
Hunter Lab74.992210.85302.2225
CIE-Lab79.749315.4782-2.0871

#e1bcca color RGB value is (225,188,202).

#e1bcca hex color red value is 225, green value is 188 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e1bcca hue: 0.94 , saturation: 0.38 and the lightness value of e1bcca is 0.81.

The process color (four color CMYK) of #e1bcca color hex is 0.00, 0.16, 0.10, 0.12. Web safe color of #e1bcca is #cccccc. Color #e1bcca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10111100 11001010
Octal 341 274 312
Decimal 225 188 202
Hex E1 BC CA

RGB Percentages of Color #e1bcca

%36.59
%30.57
%32.85

CMYK Percentages of Color #e1bcca

%0
%16
%10
%12

Triadic Colors of #e1bcca

#e1bcca #cae1bc #bccae1

Analogous Colors of #e1bcca

#e1bcca #e1c1bc #e1bcdd

Monochromatic Colors of #e1bcca

#e1bcca

Complementary Color

#e1bcca #bce1d3

#e1bcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1bcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1bcca Color CSS Codes

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

#e1bcca Text Font Color

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

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


#e1bcca Background Color

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

This div background color is #e1bcca


#e1bcca Border Color

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

This div border color is #e1bcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1bcca


Comments

No comments written yet.

Please login to write comment.