Color Hex Logo

#a92995 Color Hex

#A92995
(169,41,149)
0 Favorites   0 Comments

Color spaces of #a92995

RGB 16941149
HSL0.860.610.41
HSV309°76°66°
CMYK 0.000.760.12   0.34
XYZ22.579912.190829.5967
Yxy12.19080.35080.1894
Hunter Lab34.915354.3349-25.8177
CIE-Lab41.517861.7477-30.3875

#a92995 color RGB value is (169,41,149).

#a92995 hex color red value is 169, green value is 41 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #a92995 hue: 0.86 , saturation: 0.61 and the lightness value of a92995 is 0.41.

The process color (four color CMYK) of #a92995 color hex is 0.00, 0.76, 0.12, 0.34. Web safe color of #a92995 is #993399. Color #a92995 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00101001 10010101
Octal 251 51 225
Decimal 169 41 149
Hex A9 29 95

RGB Percentages of Color #a92995

%47.08
%11.42
%41.50

CMYK Percentages of Color #a92995

%0
%76
%12
%34

Triadic Colors of #a92995

#a92995 #95a929 #2995a9

Analogous Colors of #a92995

#a92995 #a92955 #7d29a9

Monochromatic Colors of #a92995

#a92995

Complementary Color

#a92995 #29a93d

#a92995 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a92995 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a92995 Color CSS Codes

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

#a92995 Text Font Color

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

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


#a92995 Background Color

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

This div background color is #a92995


#a92995 Border Color

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

This div border color is #a92995


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a92995


Comments

No comments written yet.

Please login to write comment.