Color Hex Logo

#e2bafa Color Hex

#E2BAFA
(226,186,250)
0 Favorites   0 Comments

Color spaces of #e2bafa

RGB 226186250
HSL0.770.860.85
HSV278°26°98°
CMYK 0.100.260.00   0.02
XYZ66.178358.188798.1860
Yxy58.18870.29740.2615
Hunter Lab76.281521.3656-22.9183
CIE-Lab80.843625.7326-26.2517

#e2bafa color RGB value is (226,186,250).

#e2bafa hex color red value is 226, green value is 186 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e2bafa hue: 0.77 , saturation: 0.86 and the lightness value of e2bafa is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10111010 11111010
Octal 342 272 372
Decimal 226 186 250
Hex E2 BA FA

RGB Percentages of Color #e2bafa

%34.14
%28.10
%37.76

CMYK Percentages of Color #e2bafa

%10
%26
%0
%2

Triadic Colors of #e2bafa

#e2bafa #fae2ba #bafae2

Analogous Colors of #e2bafa

#e2bafa #fabaf2 #c2bafa

Monochromatic Colors of #e2bafa

#e2bafa

Complementary Color

#e2bafa #d2faba

#e2bafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2bafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2bafa Color CSS Codes

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

#e2bafa Text Font Color

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

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


#e2bafa Background Color

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

This div background color is #e2bafa


#e2bafa Border Color

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

This div border color is #e2bafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2bafa


Comments

No comments written yet.

Please login to write comment.