Color Hex Logo

#a93a5f Color Hex

#A93A5F
(169,58,95)
0 Favorites   0 Comments

Color spaces of #a93a5f

RGB 1695895
HSL0.940.490.45
HSV340°66°66°
CMYK 0.000.660.44   0.34
XYZ19.940812.287412.1472
Yxy12.28740.44940.2769
Hunter Lab35.053440.19983.9914
CIE-Lab41.669348.52693.1500

#a93a5f color RGB value is (169,58,95).

#a93a5f hex color red value is 169, green value is 58 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #a93a5f hue: 0.94 , saturation: 0.49 and the lightness value of a93a5f is 0.45.

The process color (four color CMYK) of #a93a5f color hex is 0.00, 0.66, 0.44, 0.34. Web safe color of #a93a5f is #993366. Color #a93a5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00111010 01011111
Octal 251 72 137
Decimal 169 58 95
Hex A9 3A 5F

RGB Percentages of Color #a93a5f

%52.48
%18.01
%29.50

CMYK Percentages of Color #a93a5f

%0
%66
%44
%34

Triadic Colors of #a93a5f

#a93a5f #5fa93a #3a5fa9

Analogous Colors of #a93a5f

#a93a5f #a94c3a #a93a97

Monochromatic Colors of #a93a5f

#a93a5f

Complementary Color

#a93a5f #3aa984

#a93a5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a93a5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a93a5f Color CSS Codes

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

#a93a5f Text Font Color

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

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


#a93a5f Background Color

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

This div background color is #a93a5f


#a93a5f Border Color

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

This div border color is #a93a5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a93a5f


Comments

No comments written yet.

Please login to write comment.