Color Hex Logo

#a95585 Color Hex

#A95585
(169,85,133)
0 Favorites   0 Comments

Color spaces of #a95585

RGB 16985133
HSL0.900.330.50
HSV326°50°66°
CMYK 0.000.500.21   0.34
XYZ23.844316.625524.1426
Yxy16.62550.36900.2573
Hunter Lab40.774433.0292-6.5637
CIE-Lab47.784740.4107-11.0783

#a95585 color RGB value is (169,85,133).

#a95585 hex color red value is 169, green value is 85 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #a95585 hue: 0.90 , saturation: 0.33 and the lightness value of a95585 is 0.50.

The process color (four color CMYK) of #a95585 color hex is 0.00, 0.50, 0.21, 0.34. Web safe color of #a95585 is #996699. Color #a95585 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010101 10000101
Octal 251 125 205
Decimal 169 85 133
Hex A9 55 85

RGB Percentages of Color #a95585

%43.67
%21.96
%34.37

CMYK Percentages of Color #a95585

%0
%50
%21
%34

Triadic Colors of #a95585

#a95585 #85a955 #5585a9

Analogous Colors of #a95585

#a95585 #a9555b #a355a9

Monochromatic Colors of #a95585

#a95585

Complementary Color

#a95585 #55a979

#a95585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95585 Color CSS Codes

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

#a95585 Text Font Color

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

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


#a95585 Background Color

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

This div background color is #a95585


#a95585 Border Color

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

This div border color is #a95585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95585


Comments

No comments written yet.

Please login to write comment.