Color Hex Logo

#e2bdfa Color Hex

#E2BDFA
(226,189,250)
0 Favorites   0 Comments

Color spaces of #e2bdfa

RGB 226189250
HSL0.770.860.86
HSV276°24°98°
CMYK 0.100.240.00   0.02
XYZ66.816959.466198.3989
Yxy59.46610.29740.2647
Hunter Lab77.114319.7142-21.6749
CIE-Lab81.547124.1210-25.1783

#e2bdfa color RGB value is (226,189,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10111101 11111010
Octal 342 275 372
Decimal 226 189 250
Hex E2 BD FA

RGB Percentages of Color #e2bdfa

%33.98
%28.42
%37.59

CMYK Percentages of Color #e2bdfa

%10
%24
%0
%2

Triadic Colors of #e2bdfa

#e2bdfa #fae2bd #bdfae2

Analogous Colors of #e2bdfa

#e2bdfa #fabdf4 #c4bdfa

Monochromatic Colors of #e2bdfa

#e2bdfa

Complementary Color

#e2bdfa #d5fabd

#e2bdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2bdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2bdfa Color CSS Codes

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

#e2bdfa Text Font Color

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

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


#e2bdfa Background Color

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

This div background color is #e2bdfa


#e2bdfa Border Color

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

This div border color is #e2bdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2bdfa


Comments

No comments written yet.

Please login to write comment.