Color Hex Logo

#e579ea Color Hex

#E579EA
(229,121,234)
0 Favorites   0 Comments

Color spaces of #e579ea

RGB 229121234
HSL0.830.730.70
HSV297°48°92°
CMYK 0.020.480.00   0.08
XYZ54.001836.273381.9971
Yxy36.27330.31350.2106
Hunter Lab60.227354.6512-38.5619
CIE-Lab66.728257.5332-39.3252

#e579ea color RGB value is (229,121,234).

#e579ea hex color red value is 229, green value is 121 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e579ea hue: 0.83 , saturation: 0.73 and the lightness value of e579ea is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111001 11101010
Octal 345 171 352
Decimal 229 121 234
Hex E5 79 EA

RGB Percentages of Color #e579ea

%39.21
%20.72
%40.07

CMYK Percentages of Color #e579ea

%2
%48
%0
%8

Triadic Colors of #e579ea

#e579ea #eae579 #79eae5

Analogous Colors of #e579ea

#e579ea #ea79b7 #ad79ea

Monochromatic Colors of #e579ea

#e579ea

Complementary Color

#e579ea #7eea79

#e579ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e579ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e579ea Color CSS Codes

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

#e579ea Text Font Color

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

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


#e579ea Background Color

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

This div background color is #e579ea


#e579ea Border Color

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

This div border color is #e579ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e579ea


Comments

No comments written yet.

Please login to write comment.