Color Hex Logo

#a82061 Color Hex

#A82061
(168,32,97)
0 Favorites   0 Comments

Color spaces of #a82061

RGB 1683297
HSL0.920.680.39
HSV331°81°66°
CMYK 0.000.810.42   0.34
XYZ18.822610.220912.2900
Yxy10.22090.45540.2473
Hunter Lab31.970149.1451-0.4132
CIE-Lab38.236057.6649-3.1453

#a82061 color RGB value is (168,32,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00100000 01100001
Octal 250 40 141
Decimal 168 32 97
Hex A8 20 61

RGB Percentages of Color #a82061

%56.57
%10.77
%32.66

CMYK Percentages of Color #a82061

%0
%81
%42
%34

Triadic Colors of #a82061

#a82061 #61a820 #2061a8

Analogous Colors of #a82061

#a82061 #a82320 #a820a5

Monochromatic Colors of #a82061

#a82061

Complementary Color

#a82061 #20a867

#a82061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a82061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a82061 Color CSS Codes

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

#a82061 Text Font Color

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

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


#a82061 Background Color

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

This div background color is #a82061


#a82061 Border Color

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

This div border color is #a82061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a82061


Comments

No comments written yet.

Please login to write comment.