Color Hex Logo

#a95385 Color Hex

#A95385
(169,83,133)
0 Favorites   0 Comments

Color spaces of #a95385

RGB 16983133
HSL0.900.340.49
HSV325°51°66°
CMYK 0.000.510.21   0.34
XYZ23.689116.315024.0909
Yxy16.31500.36960.2545
Hunter Lab40.391834.0014-7.0881
CIE-Lab47.385141.4474-11.6807

#a95385 color RGB value is (169,83,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010011 10000101
Octal 251 123 205
Decimal 169 83 133
Hex A9 53 85

RGB Percentages of Color #a95385

%43.90
%21.56
%34.55

CMYK Percentages of Color #a95385

%0
%51
%21
%34

Triadic Colors of #a95385

#a95385 #85a953 #5385a9

Analogous Colors of #a95385

#a95385 #a9535a #a253a9

Monochromatic Colors of #a95385

#a95385

Complementary Color

#a95385 #53a977

#a95385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95385 Color CSS Codes

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

#a95385 Text Font Color

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

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


#a95385 Background Color

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

This div background color is #a95385


#a95385 Border Color

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

This div border color is #a95385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95385


Comments

No comments written yet.

Please login to write comment.