Color Hex Logo

#e3bcfa Color Hex

#E3BCFA
(227,188,250)
0 Favorites   0 Comments

Color spaces of #e3bcfa

RGB 227188250
HSL0.770.860.86
HSV278°25°98°
CMYK 0.090.250.00   0.02
XYZ66.917159.199598.3422
Yxy59.19950.29810.2637
Hunter Lab76.941220.5974-21.9225
CIE-Lab81.401124.9724-25.3929

#e3bcfa color RGB value is (227,188,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10111100 11111010
Octal 343 274 372
Decimal 227 188 250
Hex E3 BC FA

RGB Percentages of Color #e3bcfa

%34.14
%28.27
%37.59

CMYK Percentages of Color #e3bcfa

%9
%25
%0
%2

Triadic Colors of #e3bcfa

#e3bcfa #fae3bc #bcfae3

Analogous Colors of #e3bcfa

#e3bcfa #fabcf2 #c4bcfa

Monochromatic Colors of #e3bcfa

#e3bcfa

Complementary Color

#e3bcfa #d3fabc

#e3bcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3bcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3bcfa Color CSS Codes

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

#e3bcfa Text Font Color

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

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


#e3bcfa Background Color

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

This div background color is #e3bcfa


#e3bcfa Border Color

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

This div border color is #e3bcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3bcfa


Comments

No comments written yet.

Please login to write comment.