Color Hex Logo

#e4bbfa Color Hex

#E4BBFA
(228,187,250)
0 Favorites   0 Comments

Color spaces of #e4bbfa

RGB 228187250
HSL0.780.860.86
HSV279°25°98°
CMYK 0.090.250.00   0.02
XYZ67.020658.936898.2860
Yxy58.93680.29890.2628
Hunter Lab76.770321.4827-22.1674
CIE-Lab81.256825.8236-25.6048

#e4bbfa color RGB value is (228,187,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10111011 11111010
Octal 344 273 372
Decimal 228 187 250
Hex E4 BB FA

RGB Percentages of Color #e4bbfa

%34.29
%28.12
%37.59

CMYK Percentages of Color #e4bbfa

%9
%25
%0
%2

Triadic Colors of #e4bbfa

#e4bbfa #fae4bb #bbfae4

Analogous Colors of #e4bbfa

#e4bbfa #fabbf1 #c5bbfa

Monochromatic Colors of #e4bbfa

#e4bbfa

Complementary Color

#e4bbfa #d1fabb

#e4bbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4bbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4bbfa Color CSS Codes

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

#e4bbfa Text Font Color

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

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


#e4bbfa Background Color

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

This div background color is #e4bbfa


#e4bbfa Border Color

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

This div border color is #e4bbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4bbfa


Comments

No comments written yet.

Please login to write comment.