Color Hex Logo

#e29dfa Color Hex

#E29DFA
(226,157,250)
0 Favorites   0 Comments

Color spaces of #e29dfa

RGB 226157250
HSL0.790.900.80
HSV285°37°98°
CMYK 0.100.370.00   0.02
XYZ60.676347.184896.3521
Yxy47.18480.29710.2311
Hunter Lab68.691237.4630-35.0814
CIE-Lab74.307841.2657-36.3097

#e29dfa color RGB value is (226,157,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10011101 11111010
Octal 342 235 372
Decimal 226 157 250
Hex E2 9D FA

RGB Percentages of Color #e29dfa

%35.70
%24.80
%39.49

CMYK Percentages of Color #e29dfa

%10
%37
%0
%2

Triadic Colors of #e29dfa

#e29dfa #fae29d #9dfae2

Analogous Colors of #e29dfa

#e29dfa #fa9de4 #b49dfa

Monochromatic Colors of #e29dfa

#e29dfa

Complementary Color

#e29dfa #b5fa9d

#e29dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e29dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e29dfa Color CSS Codes

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

#e29dfa Text Font Color

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

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


#e29dfa Background Color

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

This div background color is #e29dfa


#e29dfa Border Color

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

This div border color is #e29dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e29dfa


Comments

No comments written yet.

Please login to write comment.