Color Hex Logo

#a95391 Color Hex

#A95391
(169,83,145)
0 Favorites   0 Comments

Color spaces of #a95391

RGB 16983145
HSL0.880.340.49
HSV317°51°66°
CMYK 0.000.510.14   0.34
XYZ24.566316.665928.7101
Yxy16.66590.35120.2383
Hunter Lab40.823935.9729-13.1200
CIE-Lab47.836343.3395-18.1867

#a95391 color RGB value is (169,83,145).

#a95391 hex color red value is 169, green value is 83 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #a95391 hue: 0.88 , saturation: 0.34 and the lightness value of a95391 is 0.49.

The process color (four color CMYK) of #a95391 color hex is 0.00, 0.51, 0.14, 0.34. Web safe color of #a95391 is #996699. Color #a95391 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010011 10010001
Octal 251 123 221
Decimal 169 83 145
Hex A9 53 91

RGB Percentages of Color #a95391

%42.57
%20.91
%36.52

CMYK Percentages of Color #a95391

%0
%51
%14
%34

Triadic Colors of #a95391

#a95391 #91a953 #5391a9

Analogous Colors of #a95391

#a95391 #a95366 #9653a9

Monochromatic Colors of #a95391

#a95391

Complementary Color

#a95391 #53a96b

#a95391 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95391 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95391 Color CSS Codes

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

#a95391 Text Font Color

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

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


#a95391 Background Color

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

This div background color is #a95391


#a95391 Border Color

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

This div border color is #a95391


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95391


Comments

No comments written yet.

Please login to write comment.