Color Hex Logo

#e57afa Color Hex

#E57AFA
(229,122,250)
0 Favorites   0 Comments

Color spaces of #e57afa

RGB 229122250
HSL0.810.930.73
HSV290°51°98°
CMYK 0.080.510.00   0.02
XYZ56.528037.479294.6973
Yxy37.47920.29960.1986
Hunter Lab61.220357.6833-48.8573
CIE-Lab67.635059.9840-46.7090

#e57afa color RGB value is (229,122,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111010 11111010
Octal 345 172 372
Decimal 229 122 250
Hex E5 7A FA

RGB Percentages of Color #e57afa

%38.10
%20.30
%41.60

CMYK Percentages of Color #e57afa

%8
%51
%0
%2

Triadic Colors of #e57afa

#e57afa #fae57a #7afae5

Analogous Colors of #e57afa

#e57afa #fa7acf #a57afa

Monochromatic Colors of #e57afa

#e57afa

Complementary Color

#e57afa #8ffa7a

#e57afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e57afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e57afa Color CSS Codes

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

#e57afa Text Font Color

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

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


#e57afa Background Color

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

This div background color is #e57afa


#e57afa Border Color

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

This div border color is #e57afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e57afa


Comments

No comments written yet.

Please login to write comment.