Color Hex Logo

#a82a6a Color Hex

#A82A6A
(168,42,106)
0 Favorites   0 Comments

Color spaces of #a82a6a

RGB 16842106
HSL0.920.600.41
HSV330°75°66°
CMYK 0.000.750.37   0.34
XYZ19.577911.021414.7311
Yxy11.02140.43190.2431
Hunter Lab33.198547.1681-3.0697
CIE-Lab39.616555.5618-6.7822

#a82a6a color RGB value is (168,42,106).

#a82a6a hex color red value is 168, green value is 42 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #a82a6a hue: 0.92 , saturation: 0.60 and the lightness value of a82a6a is 0.41.

The process color (four color CMYK) of #a82a6a color hex is 0.00, 0.75, 0.37, 0.34. Web safe color of #a82a6a is #993366. Color #a82a6a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00101010 01101010
Octal 250 52 152
Decimal 168 42 106
Hex A8 2A 6A

RGB Percentages of Color #a82a6a

%53.16
%13.29
%33.54

CMYK Percentages of Color #a82a6a

%0
%75
%37
%34

Triadic Colors of #a82a6a

#a82a6a #6aa82a #2a6aa8

Analogous Colors of #a82a6a

#a82a6a #a82a2b #a72aa8

Monochromatic Colors of #a82a6a

#a82a6a

Complementary Color

#a82a6a #2aa868

#a82a6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a82a6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a82a6a Color CSS Codes

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

#a82a6a Text Font Color

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

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


#a82a6a Background Color

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

This div background color is #a82a6a


#a82a6a Border Color

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

This div border color is #a82a6a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,42,106, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a82a6a


Comments

No comments written yet.

Please login to write comment.