Color Hex Logo

#e0bcea Color Hex

#E0BCEA
(224,188,234)
0 Favorites   0 Comments

Color spaces of #e0bcea

RGB 224188234
HSL0.800.520.83
HSV287°20°92°
CMYK 0.040.200.00   0.08
XYZ63.575057.754285.6388
Yxy57.75420.30720.2790
Hunter Lab75.996216.3318-13.6156
CIE-Lab80.601920.8853-18.0599

#e0bcea color RGB value is (224,188,234).

#e0bcea hex color red value is 224, green value is 188 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e0bcea hue: 0.80 , saturation: 0.52 and the lightness value of e0bcea is 0.83.

The process color (four color CMYK) of #e0bcea color hex is 0.04, 0.20, 0.00, 0.08. Web safe color of #e0bcea is #ccccff. Color #e0bcea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111100 11101010
Octal 340 274 352
Decimal 224 188 234
Hex E0 BC EA

RGB Percentages of Color #e0bcea

%34.67
%29.10
%36.22

CMYK Percentages of Color #e0bcea

%4
%20
%0
%8

Triadic Colors of #e0bcea

#e0bcea #eae0bc #bceae0

Analogous Colors of #e0bcea

#e0bcea #eabcdd #c9bcea

Monochromatic Colors of #e0bcea

#e0bcea

Complementary Color

#e0bcea #c6eabc

#e0bcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0bcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0bcea Color CSS Codes

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

#e0bcea Text Font Color

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

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


#e0bcea Background Color

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

This div background color is #e0bcea


#e0bcea Border Color

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

This div border color is #e0bcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0bcea


Comments

No comments written yet.

Please login to write comment.