Color Hex Logo

#e0bdea Color Hex

#E0BDEA
(224,189,234)
0 Favorites   0 Comments

Color spaces of #e0bdea

RGB 224189234
HSL0.800.520.83
HSV287°19°92°
CMYK 0.040.190.00   0.08
XYZ63.789358.183085.7103
Yxy58.18300.30710.2802
Hunter Lab76.277815.7892-13.2274
CIE-Lab80.840420.3481-17.7000

#e0bdea color RGB value is (224,189,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111101 11101010
Octal 340 275 352
Decimal 224 189 234
Hex E0 BD EA

RGB Percentages of Color #e0bdea

%34.62
%29.21
%36.17

CMYK Percentages of Color #e0bdea

%4
%19
%0
%8

Triadic Colors of #e0bdea

#e0bdea #eae0bd #bdeae0

Analogous Colors of #e0bdea

#e0bdea #eabdde #cabdea

Monochromatic Colors of #e0bdea

#e0bdea

Complementary Color

#e0bdea #c7eabd

#e0bdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0bdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0bdea Color CSS Codes

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

#e0bdea Text Font Color

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

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


#e0bdea Background Color

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

This div background color is #e0bdea


#e0bdea Border Color

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

This div border color is #e0bdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0bdea


Comments

No comments written yet.

Please login to write comment.