Color Hex Logo

#e0bfee Color Hex

#E0BFEE
(224,191,238)
0 Favorites   0 Comments

Color spaces of #e0bfee

RGB 224191238
HSL0.780.580.84
HSV282°20°93°
CMYK 0.060.200.00   0.07
XYZ64.803959.281988.9159
Yxy59.28190.30420.2783
Hunter Lab76.994715.4967-14.5736
CIE-Lab81.446320.0454-18.9295

#e0bfee color RGB value is (224,191,238).

#e0bfee hex color red value is 224, green value is 191 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e0bfee hue: 0.78 , saturation: 0.58 and the lightness value of e0bfee is 0.84.

The process color (four color CMYK) of #e0bfee color hex is 0.06, 0.20, 0.00, 0.07. Web safe color of #e0bfee is #ccccff. Color #e0bfee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111111 11101110
Octal 340 277 356
Decimal 224 191 238
Hex E0 BF EE

RGB Percentages of Color #e0bfee

%34.30
%29.25
%36.45

CMYK Percentages of Color #e0bfee

%6
%20
%0
%7

Triadic Colors of #e0bfee

#e0bfee #eee0bf #bfeee0

Analogous Colors of #e0bfee

#e0bfee #eebfe5 #c9bfee

Monochromatic Colors of #e0bfee

#e0bfee

Complementary Color

#e0bfee #cdeebf

#e0bfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0bfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0bfee Color CSS Codes

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

#e0bfee Text Font Color

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

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


#e0bfee Background Color

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

This div background color is #e0bfee


#e0bfee Border Color

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

This div border color is #e0bfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0bfee


Comments

No comments written yet.

Please login to write comment.