Color Hex Logo

#e57afe Color Hex

#E57AFE
(229,122,254)
0 Favorites   0 Comments

Color spaces of #e57afe

RGB 229122254
HSL0.800.990.74
HSV289°52°100°
CMYK 0.100.520.00   0.00
XYZ57.162037.732898.0363
Yxy37.73280.29630.1956
Hunter Lab61.427058.6090-51.6267
CIE-Lab67.823260.7389-48.6024

#e57afe color RGB value is (229,122,254).

#e57afe hex color red value is 229, green value is 122 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e57afe hue: 0.80 , saturation: 0.99 and the lightness value of e57afe is 0.74.

The process color (four color CMYK) of #e57afe color hex is 0.10, 0.52, 0.00, 0.00. Web safe color of #e57afe is #cc66ff. Color #e57afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111010 11111110
Octal 345 172 376
Decimal 229 122 254
Hex E5 7A FE

RGB Percentages of Color #e57afe

%37.85
%20.17
%41.98

CMYK Percentages of Color #e57afe

%10
%52
%0
%0

Triadic Colors of #e57afe

#e57afe #fee57a #7afee5

Analogous Colors of #e57afe

#e57afe #fe7ad5 #a37afe

Monochromatic Colors of #e57afe

#e57afe

Complementary Color

#e57afe #93fe7a

#e57afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e57afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e57afe Color CSS Codes

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

#e57afe Text Font Color

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

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


#e57afe Background Color

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

This div background color is #e57afe


#e57afe Border Color

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

This div border color is #e57afe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,122,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e57afe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e57afe


Comments

No comments written yet.

Please login to write comment.