Color Hex Logo

#e1bafa Color Hex

#E1BAFA
(225,186,250)
0 Favorites   0 Comments

Color spaces of #e1bafa

RGB 225186250
HSL0.770.860.85
HSV277°26°98°
CMYK 0.100.260.00   0.02
XYZ65.865658.027598.1714
Yxy58.02750.29660.2613
Hunter Lab76.175821.0329-23.0868
CIE-Lab80.754125.4194-26.3965

#e1bafa color RGB value is (225,186,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10111010 11111010
Octal 341 272 372
Decimal 225 186 250
Hex E1 BA FA

RGB Percentages of Color #e1bafa

%34.04
%28.14
%37.82

CMYK Percentages of Color #e1bafa

%10
%26
%0
%2

Triadic Colors of #e1bafa

#e1bafa #fae1ba #bafae1

Analogous Colors of #e1bafa

#e1bafa #fabaf3 #c1bafa

Monochromatic Colors of #e1bafa

#e1bafa

Complementary Color

#e1bafa #d3faba

#e1bafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1bafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1bafa Color CSS Codes

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

#e1bafa Text Font Color

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

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


#e1bafa Background Color

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

This div background color is #e1bafa


#e1bafa Border Color

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

This div border color is #e1bafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1bafa


Comments

No comments written yet.

Please login to write comment.