Color Hex Logo

#a82959 Color Hex

#A82959
(168,41,89)
0 Favorites   0 Comments

Color spaces of #a82959

RGB 1684189
HSL0.940.610.41
HSV337°76°66°
CMYK 0.000.760.47   0.34
XYZ18.744610.632010.5154
Yxy10.63200.46990.2665
Hunter Lab32.606745.55233.7042
CIE-Lab38.953654.16872.9879

#a82959 color RGB value is (168,41,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00101001 01011001
Octal 250 51 131
Decimal 168 41 89
Hex A8 29 59

RGB Percentages of Color #a82959

%56.38
%13.76
%29.87

CMYK Percentages of Color #a82959

%0
%76
%47
%34

Triadic Colors of #a82959

#a82959 #59a829 #2959a8

Analogous Colors of #a82959

#a82959 #a83929 #a82999

Monochromatic Colors of #a82959

#a82959

Complementary Color

#a82959 #29a878

#a82959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a82959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a82959 Color CSS Codes

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

#a82959 Text Font Color

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

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


#a82959 Background Color

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

This div background color is #a82959


#a82959 Border Color

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

This div border color is #a82959


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a82959


Comments

No comments written yet.

Please login to write comment.