Color Hex Logo

#e1bcfa Color Hex

#E1BCFA
(225,188,250)
0 Favorites   0 Comments

Color spaces of #e1bcfa

RGB 225188250
HSL0.770.860.86
HSV276°25°98°
CMYK 0.100.250.00   0.02
XYZ66.289958.876198.3129
Yxy58.87610.29660.2635
Hunter Lab76.730819.9324-22.2550
CIE-Lab81.223424.3443-25.6800

#e1bcfa color RGB value is (225,188,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10111100 11111010
Octal 341 274 372
Decimal 225 188 250
Hex E1 BC FA

RGB Percentages of Color #e1bcfa

%33.94
%28.36
%37.71

CMYK Percentages of Color #e1bcfa

%10
%25
%0
%2

Triadic Colors of #e1bcfa

#e1bcfa #fae1bc #bcfae1

Analogous Colors of #e1bcfa

#e1bcfa #fabcf4 #c2bcfa

Monochromatic Colors of #e1bcfa

#e1bcfa

Complementary Color

#e1bcfa #d5fabc

#e1bcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1bcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1bcfa Color CSS Codes

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

#e1bcfa Text Font Color

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

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


#e1bcfa Background Color

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

This div background color is #e1bcfa


#e1bcfa Border Color

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

This div border color is #e1bcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1bcfa

Related Colors


Comments

No comments written yet.

Please login to write comment.