Color Hex Logo

#e0bffb Color Hex

#E0BFFB
(224,191,251)
0 Favorites   0 Comments

Color spaces of #e0bffb

RGB 224191251
HSL0.760.880.87
HSV273°24°98°
CMYK 0.110.240.00   0.02
XYZ66.783960.073999.3423
Yxy60.07390.29520.2656
Hunter Lab77.507418.1659-21.7377
CIE-Lab81.878322.6202-25.2232

#e0bffb color RGB value is (224,191,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111111 11111011
Octal 340 277 373
Decimal 224 191 251
Hex E0 BF FB

RGB Percentages of Color #e0bffb

%33.63
%28.68
%37.69

CMYK Percentages of Color #e0bffb

%11
%24
%0
%2

Triadic Colors of #e0bffb

#e0bffb #fbe0bf #bffbe0

Analogous Colors of #e0bffb

#e0bffb #fbbff8 #c2bffb

Monochromatic Colors of #e0bffb

#e0bffb

Complementary Color

#e0bffb #dafbbf

#e0bffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0bffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0bffb Color CSS Codes

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

#e0bffb Text Font Color

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

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


#e0bffb Background Color

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

This div background color is #e0bffb


#e0bffb Border Color

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

This div border color is #e0bffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0bffb


Comments

No comments written yet.

Please login to write comment.