Color Hex Logo

#e57dfa Color Hex

#E57DFA
(229,125,250)
0 Favorites   0 Comments

Color spaces of #e57dfa

RGB 229125250
HSL0.810.930.74
HSV290°50°98°
CMYK 0.080.500.00   0.02
XYZ56.902038.227494.8220
Yxy38.22740.29960.2012
Hunter Lab61.828356.0781-47.6493
CIE-Lab68.187958.5262-45.8395

#e57dfa color RGB value is (229,125,250).

#e57dfa hex color red value is 229, green value is 125 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e57dfa hue: 0.81 , saturation: 0.93 and the lightness value of e57dfa is 0.74.

The process color (four color CMYK) of #e57dfa color hex is 0.08, 0.50, 0.00, 0.02. Web safe color of #e57dfa is #cc66ff. Color #e57dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111101 11111010
Octal 345 175 372
Decimal 229 125 250
Hex E5 7D FA

RGB Percentages of Color #e57dfa

%37.91
%20.70
%41.39

CMYK Percentages of Color #e57dfa

%8
%50
%0
%2

Triadic Colors of #e57dfa

#e57dfa #fae57d #7dfae5

Analogous Colors of #e57dfa

#e57dfa #fa7dd1 #a77dfa

Monochromatic Colors of #e57dfa

#e57dfa

Complementary Color

#e57dfa #92fa7d

#e57dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e57dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e57dfa Color CSS Codes

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

#e57dfa Text Font Color

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

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


#e57dfa Background Color

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

This div background color is #e57dfa


#e57dfa Border Color

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

This div border color is #e57dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e57dfa


Comments

No comments written yet.

Please login to write comment.