Color Hex Logo

#e0bffc Color Hex

#E0BFFC
(224,191,252)
0 Favorites   0 Comments

Color spaces of #e0bffc

RGB 224191252
HSL0.760.910.87
HSV272°24°99°
CMYK 0.110.240.00   0.01
XYZ66.942060.1372100.1749
Yxy60.13720.29460.2646
Hunter Lab77.548218.3774-22.3057
CIE-Lab81.912722.8225-25.7044

#e0bffc color RGB value is (224,191,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111111 11111100
Octal 340 277 374
Decimal 224 191 252
Hex E0 BF FC

RGB Percentages of Color #e0bffc

%33.58
%28.64
%37.78

CMYK Percentages of Color #e0bffc

%11
%24
%0
%1

Triadic Colors of #e0bffc

#e0bffc #fce0bf #bffce0

Analogous Colors of #e0bffc

#e0bffc #fcbffa #c2bffc

Monochromatic Colors of #e0bffc

#e0bffc

Complementary Color

#e0bffc #dbfcbf

#e0bffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0bffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0bffc Color CSS Codes

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

#e0bffc Text Font Color

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

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


#e0bffc Background Color

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

This div background color is #e0bffc


#e0bffc Border Color

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

This div border color is #e0bffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0bffc

Related Colors


Comments

No comments written yet.

Please login to write comment.