Color Hex Logo

#e580ab Color Hex

#E580AB
(229,128,171)
0 Favorites   0 Comments

Color spaces of #e580ab

RGB 229128171
HSL0.930.660.70
HSV334°44°90°
CMYK 0.000.440.25   0.10
XYZ47.383035.036642.7935
Yxy35.03660.37840.2798
Hunter Lab59.191739.3038-1.4303
CIE-Lab65.777243.9711-5.5043

#e580ab color RGB value is (229,128,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000000 10101011
Octal 345 200 253
Decimal 229 128 171
Hex E5 80 AB

RGB Percentages of Color #e580ab

%43.37
%24.24
%32.39

CMYK Percentages of Color #e580ab

%0
%44
%25
%10

Triadic Colors of #e580ab

#e580ab #abe580 #80abe5

Analogous Colors of #e580ab

#e580ab #e58880 #e580de

Monochromatic Colors of #e580ab

#e580ab

Complementary Color

#e580ab #80e5ba

#e580ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e580ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e580ab Color CSS Codes

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

#e580ab Text Font Color

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

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


#e580ab Background Color

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

This div background color is #e580ab


#e580ab Border Color

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

This div border color is #e580ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e580ab


Comments

No comments written yet.

Please login to write comment.