Color Hex Logo

#e2bffc Color Hex

#E2BFFC
(226,191,252)
0 Favorites   0 Comments

Color spaces of #e2bffc

RGB 226191252
HSL0.760.910.87
HSV274°24°99°
CMYK 0.100.240.00   0.01
XYZ67.565560.4586100.2041
Yxy60.45860.29600.2649
Hunter Lab77.755119.0365-21.9792
CIE-Lab82.086823.4489-25.4231

#e2bffc color RGB value is (226,191,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10111111 11111100
Octal 342 277 374
Decimal 226 191 252
Hex E2 BF FC

RGB Percentages of Color #e2bffc

%33.78
%28.55
%37.67

CMYK Percentages of Color #e2bffc

%10
%24
%0
%1

Triadic Colors of #e2bffc

#e2bffc #fce2bf #bffce2

Analogous Colors of #e2bffc

#e2bffc #fcbff8 #c4bffc

Monochromatic Colors of #e2bffc

#e2bffc

Complementary Color

#e2bffc #d9fcbf

#e2bffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2bffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2bffc Color CSS Codes

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

#e2bffc Text Font Color

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

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


#e2bffc Background Color

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

This div background color is #e2bffc


#e2bffc Border Color

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

This div border color is #e2bffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2bffc


Comments

No comments written yet.

Please login to write comment.