Color Hex Logo

#e0bffa Color Hex

#E0BFFA
(224,191,250)
0 Favorites   0 Comments

Color spaces of #e0bffa

RGB 224191250
HSL0.760.860.86
HSV274°24°98°
CMYK 0.100.240.00   0.02
XYZ66.626660.011098.5142
Yxy60.01100.29590.2665
Hunter Lab77.466817.9551-21.1721
CIE-Lab81.844222.4182-24.7417

#e0bffa color RGB value is (224,191,250).

#e0bffa hex color red value is 224, green value is 191 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e0bffa hue: 0.76 , saturation: 0.86 and the lightness value of e0bffa is 0.86.

The process color (four color CMYK) of #e0bffa color hex is 0.10, 0.24, 0.00, 0.02. Web safe color of #e0bffa is #ccccff. Color #e0bffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111111 11111010
Octal 340 277 372
Decimal 224 191 250
Hex E0 BF FA

RGB Percentages of Color #e0bffa

%33.68
%28.72
%37.59

CMYK Percentages of Color #e0bffa

%10
%24
%0
%2

Triadic Colors of #e0bffa

#e0bffa #fae0bf #bffae0

Analogous Colors of #e0bffa

#e0bffa #fabff7 #c3bffa

Monochromatic Colors of #e0bffa

#e0bffa

Complementary Color

#e0bffa #d9fabf

#e0bffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0bffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0bffa Color CSS Codes

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

#e0bffa Text Font Color

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

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


#e0bffa Background Color

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

This div background color is #e0bffa


#e0bffa Border Color

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

This div border color is #e0bffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0bffa

Related Colors


Comments

No comments written yet.

Please login to write comment.