Color Hex Logo

#e0bbca Color Hex

#E0BBCA
(224,187,202)
0 Favorites   0 Comments

Color spaces of #e0bbca

RGB 224187202
HSL0.930.370.81
HSV336°17°88°
CMYK 0.000.170.10   0.12
XYZ59.171555.652263.5004
Yxy55.65220.33180.3121
Hunter Lab74.600411.03181.7522
CIE-Lab79.415515.6611-2.5876

#e0bbca color RGB value is (224,187,202).

#e0bbca hex color red value is 224, green value is 187 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e0bbca hue: 0.93 , saturation: 0.37 and the lightness value of e0bbca is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111011 11001010
Octal 340 273 312
Decimal 224 187 202
Hex E0 BB CA

RGB Percentages of Color #e0bbca

%36.54
%30.51
%32.95

CMYK Percentages of Color #e0bbca

%0
%17
%10
%12

Triadic Colors of #e0bbca

#e0bbca #cae0bb #bbcae0

Analogous Colors of #e0bbca

#e0bbca #e0bfbb #e0bbdd

Monochromatic Colors of #e0bbca

#e0bbca

Complementary Color

#e0bbca #bbe0d1

#e0bbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0bbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0bbca Color CSS Codes

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

#e0bbca Text Font Color

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

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


#e0bbca Background Color

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

This div background color is #e0bbca


#e0bbca Border Color

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

This div border color is #e0bbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0bbca


Comments

No comments written yet.

Please login to write comment.