Color Hex Logo

#e1bbfa Color Hex

#E1BBFA
(225,187,250)
0 Favorites   0 Comments

Color spaces of #e1bbfa

RGB 225187250
HSL0.770.860.86
HSV276°25°98°
CMYK 0.100.250.00   0.02
XYZ66.077058.450398.2419
Yxy58.45030.29660.2624
Hunter Lab76.452820.4825-22.6707
CIE-Lab80.988524.8818-26.0386

#e1bbfa color RGB value is (225,187,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10111011 11111010
Octal 341 273 372
Decimal 225 187 250
Hex E1 BB FA

RGB Percentages of Color #e1bbfa

%33.99
%28.25
%37.76

CMYK Percentages of Color #e1bbfa

%10
%25
%0
%2

Triadic Colors of #e1bbfa

#e1bbfa #fae1bb #bbfae1

Analogous Colors of #e1bbfa

#e1bbfa #fabbf4 #c2bbfa

Monochromatic Colors of #e1bbfa

#e1bbfa

Complementary Color

#e1bbfa #d4fabb

#e1bbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1bbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1bbfa Color CSS Codes

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

#e1bbfa Text Font Color

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

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


#e1bbfa Background Color

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

This div background color is #e1bbfa


#e1bbfa Border Color

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

This div border color is #e1bbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1bbfa


Comments

No comments written yet.

Please login to write comment.