Color Hex Logo

#a95273 Color Hex

#A95273
(169,82,115)
0 Favorites   0 Comments

Color spaces of #a95273

RGB 16982115
HSL0.940.350.49
HSV337°51°66°
CMYK 0.000.510.32   0.34
XYZ22.474015.707418.0670
Yxy15.70740.39950.2793
Hunter Lab39.632631.86300.7147
CIE-Lab46.588239.4073-1.9912

#a95273 color RGB value is (169,82,115).

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

The process color (four color CMYK) of #a95273 color hex is 0.00, 0.51, 0.32, 0.34. Web safe color of #a95273 is #996666. Color #a95273 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010010 01110011
Octal 251 122 163
Decimal 169 82 115
Hex A9 52 73

RGB Percentages of Color #a95273

%46.17
%22.40
%31.42

CMYK Percentages of Color #a95273

%0
%51
%32
%34

Triadic Colors of #a95273

#a95273 #73a952 #5273a9

Analogous Colors of #a95273

#a95273 #a95d52 #a9529f

Monochromatic Colors of #a95273

#a95273

Complementary Color

#a95273 #52a988

#a95273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95273 Color CSS Codes

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

#a95273 Text Font Color

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

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


#a95273 Background Color

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

This div background color is #a95273


#a95273 Border Color

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

This div border color is #a95273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95273


Comments

No comments written yet.

Please login to write comment.