Color Hex Logo

#e583aa Color Hex

#E583AA
(229,131,170)
0 Favorites   0 Comments

Color spaces of #e583aa

RGB 229131170
HSL0.930.650.71
HSV336°43°90°
CMYK 0.000.430.26   0.10
XYZ47.685135.792942.4256
Yxy35.79290.37870.2843
Hunter Lab59.827237.5755-0.1657
CIE-Lab66.361442.2936-4.0760

#e583aa color RGB value is (229,131,170).

#e583aa hex color red value is 229, green value is 131 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e583aa hue: 0.93 , saturation: 0.65 and the lightness value of e583aa is 0.71.

The process color (four color CMYK) of #e583aa color hex is 0.00, 0.43, 0.26, 0.10. Web safe color of #e583aa is #cc9999. Color #e583aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000011 10101010
Octal 345 203 252
Decimal 229 131 170
Hex E5 83 AA

RGB Percentages of Color #e583aa

%43.21
%24.72
%32.08

CMYK Percentages of Color #e583aa

%0
%43
%26
%10

Triadic Colors of #e583aa

#e583aa #aae583 #83aae5

Analogous Colors of #e583aa

#e583aa #e58d83 #e583db

Monochromatic Colors of #e583aa

#e583aa

Complementary Color

#e583aa #83e5be

#e583aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e583aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e583aa Color CSS Codes

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

#e583aa Text Font Color

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

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


#e583aa Background Color

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

This div background color is #e583aa


#e583aa Border Color

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

This div border color is #e583aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e583aa


Comments

No comments written yet.

Please login to write comment.