Color Hex Logo

#e580cd Color Hex

#E580CD
(229,128,205)
0 Favorites   0 Comments

Color spaces of #e580cd

RGB 229128205
HSL0.870.660.70
HSV314°44°90°
CMYK 0.000.440.10   0.10
XYZ51.051736.504162.1129
Yxy36.50410.34110.2439
Hunter Lab60.418645.0939-18.6596
CIE-Lab66.903349.0958-22.9343

#e580cd color RGB value is (229,128,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000000 11001101
Octal 345 200 315
Decimal 229 128 205
Hex E5 80 CD

RGB Percentages of Color #e580cd

%40.75
%22.78
%36.48

CMYK Percentages of Color #e580cd

%0
%44
%10
%10

Triadic Colors of #e580cd

#e580cd #cde580 #80cde5

Analogous Colors of #e580cd

#e580cd #e5809b #cb80e5

Monochromatic Colors of #e580cd

#e580cd

Complementary Color

#e580cd #80e598

#e580cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e580cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e580cd Color CSS Codes

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

#e580cd Text Font Color

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

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


#e580cd Background Color

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

This div background color is #e580cd


#e580cd Border Color

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

This div border color is #e580cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e580cd


Comments

No comments written yet.

Please login to write comment.