Color Hex Logo

#e580ce Color Hex

#E580CE
(229,128,206)
0 Favorites   0 Comments

Color spaces of #e580ce

RGB 229128206
HSL0.870.660.70
HSV314°44°90°
CMYK 0.000.440.10   0.10
XYZ51.172836.552662.7508
Yxy36.55260.34010.2429
Hunter Lab60.458745.2811-19.2166
CIE-Lab66.940049.2587-23.4369

#e580ce color RGB value is (229,128,206).

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

The process color (four color CMYK) of #e580ce color hex is 0.00, 0.44, 0.10, 0.10. Web safe color of #e580ce is #cc99cc. Color #e580ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000000 11001110
Octal 345 200 316
Decimal 229 128 206
Hex E5 80 CE

RGB Percentages of Color #e580ce

%40.67
%22.74
%36.59

CMYK Percentages of Color #e580ce

%0
%44
%10
%10

Triadic Colors of #e580ce

#e580ce #cee580 #80cee5

Analogous Colors of #e580ce

#e580ce #e5809c #ca80e5

Monochromatic Colors of #e580ce

#e580ce

Complementary Color

#e580ce #80e597

#e580ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e580ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e580ce Color CSS Codes

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

#e580ce Text Font Color

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

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


#e580ce Background Color

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

This div background color is #e580ce


#e580ce Border Color

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

This div border color is #e580ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e580ce


Comments

No comments written yet.

Please login to write comment.