Color Hex Logo

#e577ce Color Hex

#E577CE
(229,119,206)
0 Favorites   0 Comments

Color spaces of #e577ce

RGB 229119206
HSL0.870.680.68
HSV313°48°90°
CMYK 0.000.480.10   0.10
XYZ50.050534.307962.3767
Yxy34.30790.34110.2338
Hunter Lab58.572950.0253-22.1393
CIE-Lab65.206253.7363-26.0948

#e577ce color RGB value is (229,119,206).

#e577ce hex color red value is 229, green value is 119 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e577ce hue: 0.87 , saturation: 0.68 and the lightness value of e577ce is 0.68.

The process color (four color CMYK) of #e577ce color hex is 0.00, 0.48, 0.10, 0.10. Web safe color of #e577ce is #cc66cc. Color #e577ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110111 11001110
Octal 345 167 316
Decimal 229 119 206
Hex E5 77 CE

RGB Percentages of Color #e577ce

%41.34
%21.48
%37.18

CMYK Percentages of Color #e577ce

%0
%48
%10
%10

Triadic Colors of #e577ce

#e577ce #cee577 #77cee5

Analogous Colors of #e577ce

#e577ce #e57797 #c577e5

Monochromatic Colors of #e577ce

#e577ce

Complementary Color

#e577ce #77e58e

#e577ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e577ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e577ce Color CSS Codes

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

#e577ce Text Font Color

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

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


#e577ce Background Color

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

This div background color is #e577ce


#e577ce Border Color

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

This div border color is #e577ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e577ce


Comments

No comments written yet.

Please login to write comment.