Color Hex Logo

#a95574 Color Hex

#A95574
(169,85,116)
0 Favorites   0 Comments

Color spaces of #a95574

RGB 16985116
HSL0.940.330.50
HSV338°50°66°
CMYK 0.000.500.31   0.34
XYZ22.763116.193018.4488
Yxy16.19300.39650.2821
Hunter Lab40.240530.55220.9861
CIE-Lab47.226737.9755-1.6592

#a95574 color RGB value is (169,85,116).

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

The process color (four color CMYK) of #a95574 color hex is 0.00, 0.50, 0.31, 0.34. Web safe color of #a95574 is #996666. Color #a95574 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010101 01110100
Octal 251 125 164
Decimal 169 85 116
Hex A9 55 74

RGB Percentages of Color #a95574

%45.68
%22.97
%31.35

CMYK Percentages of Color #a95574

%0
%50
%31
%34

Triadic Colors of #a95574

#a95574 #74a955 #5574a9

Analogous Colors of #a95574

#a95574 #a96055 #a9559e

Monochromatic Colors of #a95574

#a95574

Complementary Color

#a95574 #55a98a

#a95574 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95574 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95574 Color CSS Codes

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

#a95574 Text Font Color

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

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


#a95574 Background Color

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

This div background color is #a95574


#a95574 Border Color

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

This div border color is #a95574


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95574


Comments

No comments written yet.

Please login to write comment.