Color Hex Logo

#a92d59 Color Hex

#A92D59
(169,45,89)
0 Favorites   0 Comments

Color spaces of #a92d59

RGB 1694589
HSL0.940.580.42
HSV339°73°66°
CMYK 0.000.730.47   0.34
XYZ19.103711.033110.5739
Yxy11.03310.46930.2710
Hunter Lab33.216144.53314.3771
CIE-Lab39.636253.07343.9949

#a92d59 color RGB value is (169,45,89).

#a92d59 hex color red value is 169, green value is 45 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #a92d59 hue: 0.94 , saturation: 0.58 and the lightness value of a92d59 is 0.42.

The process color (four color CMYK) of #a92d59 color hex is 0.00, 0.73, 0.47, 0.34. Web safe color of #a92d59 is #993366. Color #a92d59 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00101101 01011001
Octal 251 55 131
Decimal 169 45 89
Hex A9 2D 59

RGB Percentages of Color #a92d59

%55.78
%14.85
%29.37

CMYK Percentages of Color #a92d59

%0
%73
%47
%34

Triadic Colors of #a92d59

#a92d59 #59a92d #2d59a9

Analogous Colors of #a92d59

#a92d59 #a93f2d #a92d97

Monochromatic Colors of #a92d59

#a92d59

Complementary Color

#a92d59 #2da97d

#a92d59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a92d59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a92d59 Color CSS Codes

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

#a92d59 Text Font Color

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

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


#a92d59 Background Color

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

This div background color is #a92d59


#a92d59 Border Color

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

This div border color is #a92d59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a92d59


Comments

No comments written yet.

Please login to write comment.