Color Hex Logo

#e580da Color Hex

#E580DA
(229,128,218)
0 Favorites   0 Comments

Color spaces of #e580da

RGB 229128218
HSL0.850.660.70
HSV307°44°90°
CMYK 0.000.440.05   0.10
XYZ52.687237.158370.7250
Yxy37.15830.32810.2314
Hunter Lab60.957647.6062-26.1199
CIE-Lab67.395651.2684-29.4223

#e580da color RGB value is (229,128,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000000 11011010
Octal 345 200 332
Decimal 229 128 218
Hex E5 80 DA

RGB Percentages of Color #e580da

%39.83
%22.26
%37.91

CMYK Percentages of Color #e580da

%0
%44
%5
%10

Triadic Colors of #e580da

#e580da #dae580 #80dae5

Analogous Colors of #e580da

#e580da #e580a8 #be80e5

Monochromatic Colors of #e580da

#e580da

Complementary Color

#e580da #80e58b

#e580da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e580da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e580da Color CSS Codes

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

#e580da Text Font Color

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

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


#e580da Background Color

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

This div background color is #e580da


#e580da Border Color

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

This div border color is #e580da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e580da


Comments

No comments written yet.

Please login to write comment.