Color Hex Logo

#a95175 Color Hex

#A95175
(169,81,117)
0 Favorites   0 Comments

Color spaces of #a95175

RGB 16981117
HSL0.930.350.49
HSV335°52°66°
CMYK 0.000.520.31   0.34
XYZ22.515515.604218.6548
Yxy15.60420.39660.2748
Hunter Lab39.502232.6130-0.3481
CIE-Lab46.450940.1896-3.4072

#a95175 color RGB value is (169,81,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010001 01110101
Octal 251 121 165
Decimal 169 81 117
Hex A9 51 75

RGB Percentages of Color #a95175

%46.05
%22.07
%31.88

CMYK Percentages of Color #a95175

%0
%52
%31
%34

Triadic Colors of #a95175

#a95175 #75a951 #5175a9

Analogous Colors of #a95175

#a95175 #a95951 #a951a1

Monochromatic Colors of #a95175

#a95175

Complementary Color

#a95175 #51a985

#a95175 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95175 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95175 Color CSS Codes

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

#a95175 Text Font Color

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

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


#a95175 Background Color

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

This div background color is #a95175


#a95175 Border Color

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

This div border color is #a95175


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95175


Comments

No comments written yet.

Please login to write comment.