Color Hex Logo

#a95594 Color Hex

#A95594
(169,85,148)
0 Favorites   0 Comments

Color spaces of #a95594

RGB 16985148
HSL0.880.330.50
HSV315°50°66°
CMYK 0.000.500.12   0.34
XYZ24.956017.070129.9965
Yxy17.07010.34650.2370
Hunter Lab41.316035.5160-14.1249
CIE-Lab48.348242.8080-19.1916

#a95594 color RGB value is (169,85,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010101 10010100
Octal 251 125 224
Decimal 169 85 148
Hex A9 55 94

RGB Percentages of Color #a95594

%42.04
%21.14
%36.82

CMYK Percentages of Color #a95594

%0
%50
%12
%34

Triadic Colors of #a95594

#a95594 #94a955 #5594a9

Analogous Colors of #a95594

#a95594 #a9556a #9455a9

Monochromatic Colors of #a95594

#a95594

Complementary Color

#a95594 #55a96a

#a95594 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95594 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95594 Color CSS Codes

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

#a95594 Text Font Color

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

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


#a95594 Background Color

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

This div background color is #a95594


#a95594 Border Color

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

This div border color is #a95594


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95594


Comments

No comments written yet.

Please login to write comment.