Color Hex Logo

#a82083 Color Hex

#A82083
(168,32,131)
0 Favorites   0 Comments

Color spaces of #a82083

RGB 16832131
HSL0.880.680.39
HSV316°81°66°
CMYK 0.000.810.22   0.34
XYZ20.761710.996522.5010
Yxy10.99650.38260.2027
Hunter Lab33.161053.7251-17.0179
CIE-Lab39.574661.5780-22.4253

#a82083 color RGB value is (168,32,131).

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

The process color (four color CMYK) of #a82083 color hex is 0.00, 0.81, 0.22, 0.34. Web safe color of #a82083 is #993399. Color #a82083 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00100000 10000011
Octal 250 40 203
Decimal 168 32 131
Hex A8 20 83

RGB Percentages of Color #a82083

%50.76
%9.67
%39.58

CMYK Percentages of Color #a82083

%0
%81
%22
%34

Triadic Colors of #a82083

#a82083 #83a820 #2083a8

Analogous Colors of #a82083

#a82083 #a8203f #8920a8

Monochromatic Colors of #a82083

#a82083

Complementary Color

#a82083 #20a845

#a82083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a82083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a82083 Color CSS Codes

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

#a82083 Text Font Color

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

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


#a82083 Background Color

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

This div background color is #a82083


#a82083 Border Color

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

This div border color is #a82083


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a82083


Comments

No comments written yet.

Please login to write comment.