Color Hex Logo

#a95568 Color Hex

#A95568
(169,85,104)
0 Favorites   0 Comments

Color spaces of #a95568

RGB 16985104
HSL0.960.330.50
HSV346°50°66°
CMYK 0.000.500.38   0.34
XYZ22.109415.931515.0065
Yxy15.93150.41680.3003
Hunter Lab39.914329.02515.6488
CIE-Lab46.884536.44935.1129

#a95568 color RGB value is (169,85,104).

#a95568 hex color red value is 169, green value is 85 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #a95568 hue: 0.96 , saturation: 0.33 and the lightness value of a95568 is 0.50.

The process color (four color CMYK) of #a95568 color hex is 0.00, 0.50, 0.38, 0.34. Web safe color of #a95568 is #996666. Color #a95568 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010101 01101000
Octal 251 125 150
Decimal 169 85 104
Hex A9 55 68

RGB Percentages of Color #a95568

%47.21
%23.74
%29.05

CMYK Percentages of Color #a95568

%0
%50
%38
%34

Triadic Colors of #a95568

#a95568 #68a955 #5568a9

Analogous Colors of #a95568

#a95568 #a96c55 #a95592

Monochromatic Colors of #a95568

#a95568

Complementary Color

#a95568 #55a996

#a95568 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95568 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95568 Color CSS Codes

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

#a95568 Text Font Color

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

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


#a95568 Background Color

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

This div background color is #a95568


#a95568 Border Color

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

This div border color is #a95568


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95568


Comments

No comments written yet.

Please login to write comment.