Color Hex Logo

#e29bfa Color Hex

#E29BFA
(226,155,250)
0 Favorites   0 Comments

Color spaces of #e29bfa

RGB 226155250
HSL0.790.900.79
HSV285°38°98°
CMYK 0.100.380.00   0.02
XYZ60.340746.513696.2402
Yxy46.51360.29710.2290
Hunter Lab68.200938.5763-35.9252
CIE-Lab73.877642.3250-36.9772

#e29bfa color RGB value is (226,155,250).

#e29bfa hex color red value is 226, green value is 155 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e29bfa hue: 0.79 , saturation: 0.90 and the lightness value of e29bfa is 0.79.

The process color (four color CMYK) of #e29bfa color hex is 0.10, 0.38, 0.00, 0.02. Web safe color of #e29bfa is #cc99ff. Color #e29bfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10011011 11111010
Octal 342 233 372
Decimal 226 155 250
Hex E2 9B FA

RGB Percentages of Color #e29bfa

%35.82
%24.56
%39.62

CMYK Percentages of Color #e29bfa

%10
%38
%0
%2

Triadic Colors of #e29bfa

#e29bfa #fae29b #9bfae2

Analogous Colors of #e29bfa

#e29bfa #fa9be3 #b39bfa

Monochromatic Colors of #e29bfa

#e29bfa

Complementary Color

#e29bfa #b3fa9b

#e29bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e29bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e29bfa Color CSS Codes

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

#e29bfa Text Font Color

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

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


#e29bfa Background Color

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

This div background color is #e29bfa


#e29bfa Border Color

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

This div border color is #e29bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e29bfa


Comments

No comments written yet.

Please login to write comment.