Color Hex Logo

#a95876 Color Hex

#A95876
(169,88,118)
0 Favorites   0 Comments

Color spaces of #a95876

RGB 16988118
HSL0.940.320.50
HSV338°48°66°
CMYK 0.000.480.30   0.34
XYZ23.121916.722519.1486
Yxy16.72250.39190.2835
Hunter Lab40.893229.36490.8621
CIE-Lab47.908536.6597-1.8657

#a95876 color RGB value is (169,88,118).

#a95876 hex color red value is 169, green value is 88 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #a95876 hue: 0.94 , saturation: 0.32 and the lightness value of a95876 is 0.50.

The process color (four color CMYK) of #a95876 color hex is 0.00, 0.48, 0.30, 0.34. Web safe color of #a95876 is #996666. Color #a95876 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011000 01110110
Octal 251 130 166
Decimal 169 88 118
Hex A9 58 76

RGB Percentages of Color #a95876

%45.07
%23.47
%31.47

CMYK Percentages of Color #a95876

%0
%48
%30
%34

Triadic Colors of #a95876

#a95876 #76a958 #5876a9

Analogous Colors of #a95876

#a95876 #a96358 #a9589f

Monochromatic Colors of #a95876

#a95876

Complementary Color

#a95876 #58a98b

#a95876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95876 Color CSS Codes

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

#a95876 Text Font Color

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

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


#a95876 Background Color

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

This div background color is #a95876


#a95876 Border Color

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

This div border color is #a95876


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95876


Comments

No comments written yet.

Please login to write comment.