Color Hex Logo

#e0bfea Color Hex

#E0BFEA
(224,191,234)
0 Favorites   0 Comments

Color spaces of #e0bfea

RGB 224191234
HSL0.790.510.83
HSV286°18°92°
CMYK 0.040.180.00   0.08
XYZ64.222659.049485.8547
Yxy59.04940.30710.2824
Hunter Lab76.843614.7064-12.4521
CIE-Lab81.318719.2754-16.9790

#e0bfea color RGB value is (224,191,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111111 11101010
Octal 340 277 352
Decimal 224 191 234
Hex E0 BF EA

RGB Percentages of Color #e0bfea

%34.51
%29.43
%36.06

CMYK Percentages of Color #e0bfea

%4
%18
%0
%8

Triadic Colors of #e0bfea

#e0bfea #eae0bf #bfeae0

Analogous Colors of #e0bfea

#e0bfea #eabfdf #cbbfea

Monochromatic Colors of #e0bfea

#e0bfea

Complementary Color

#e0bfea #c9eabf

#e0bfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0bfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0bfea Color CSS Codes

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

#e0bfea Text Font Color

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

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


#e0bfea Background Color

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

This div background color is #e0bfea


#e0bfea Border Color

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

This div border color is #e0bfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0bfea


Comments

No comments written yet.

Please login to write comment.