Color Hex Logo

#e577fa Color Hex

#E577FA
(229,119,250)
0 Favorites   0 Comments

Color spaces of #e577fa

RGB 229119250
HSL0.810.930.72
HSV290°52°98°
CMYK 0.080.520.00   0.02
XYZ56.165236.753894.5764
Yxy36.75380.29960.1960
Hunter Lab60.624959.2755-50.0565
CIE-Lab67.091961.4235-47.5641

#e577fa color RGB value is (229,119,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110111 11111010
Octal 345 167 372
Decimal 229 119 250
Hex E5 77 FA

RGB Percentages of Color #e577fa

%38.29
%19.90
%41.81

CMYK Percentages of Color #e577fa

%8
%52
%0
%2

Triadic Colors of #e577fa

#e577fa #fae577 #77fae5

Analogous Colors of #e577fa

#e577fa #fa77ce #a477fa

Monochromatic Colors of #e577fa

#e577fa

Complementary Color

#e577fa #8cfa77

#e577fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e577fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e577fa Color CSS Codes

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

#e577fa Text Font Color

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

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


#e577fa Background Color

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

This div background color is #e577fa


#e577fa Border Color

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

This div border color is #e577fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e577fa


Comments

No comments written yet.

Please login to write comment.