Color Hex Logo

#a92059 Color Hex

#A92059
(169,32,89)
0 Favorites   0 Comments

Color spaces of #a92059

RGB 1693289
HSL0.930.680.39
HSV335°81°66°
CMYK 0.000.810.47   0.34
XYZ18.681910.189310.4333
Yxy10.18930.47530.2592
Hunter Lab31.920748.60772.9655
CIE-Lab38.180157.17811.8936

#a92059 color RGB value is (169,32,89).

#a92059 hex color red value is 169, green value is 32 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #a92059 hue: 0.93 , saturation: 0.68 and the lightness value of a92059 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00100000 01011001
Octal 251 40 131
Decimal 169 32 89
Hex A9 20 59

RGB Percentages of Color #a92059

%58.28
%11.03
%30.69

CMYK Percentages of Color #a92059

%0
%81
%47
%34

Triadic Colors of #a92059

#a92059 #59a920 #2059a9

Analogous Colors of #a92059

#a92059 #a92b20 #a9209e

Monochromatic Colors of #a92059

#a92059

Complementary Color

#a92059 #20a970

#a92059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a92059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a92059 Color CSS Codes

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

#a92059 Text Font Color

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

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


#a92059 Background Color

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

This div background color is #a92059


#a92059 Border Color

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

This div border color is #a92059


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,32,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 #a92059">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a92059


Comments

No comments written yet.

Please login to write comment.