Color Hex Logo

#a95982 Color Hex

#A95982
(169,89,130)
0 Favorites   0 Comments

Color spaces of #a95982

RGB 16989130
HSL0.910.320.51
HSV329°47°66°
CMYK 0.000.470.23   0.34
XYZ23.963817.191523.1743
Yxy17.19150.37250.2672
Hunter Lab41.462630.6065-4.1145
CIE-Lab48.500437.8514-8.2037

#a95982 color RGB value is (169,89,130).

#a95982 hex color red value is 169, green value is 89 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #a95982 hue: 0.91 , saturation: 0.32 and the lightness value of a95982 is 0.51.

The process color (four color CMYK) of #a95982 color hex is 0.00, 0.47, 0.23, 0.34. Web safe color of #a95982 is #996699. Color #a95982 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011001 10000010
Octal 251 131 202
Decimal 169 89 130
Hex A9 59 82

RGB Percentages of Color #a95982

%43.56
%22.94
%33.51

CMYK Percentages of Color #a95982

%0
%47
%23
%34

Triadic Colors of #a95982

#a95982 #82a959 #5982a9

Analogous Colors of #a95982

#a95982 #a9595a #a859a9

Monochromatic Colors of #a95982

#a95982

Complementary Color

#a95982 #59a980

#a95982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95982 Color CSS Codes

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

#a95982 Text Font Color

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

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


#a95982 Background Color

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

This div background color is #a95982


#a95982 Border Color

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

This div border color is #a95982


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,89,130, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a95982; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a95982;
  -webkit-box-shadow: 1px 1px 3px 2px #a95982;
  box-shadow:         1px 1px 3px 2px #a95982; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,89,130, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95982


Comments

No comments written yet.

Please login to write comment.