Color Hex Logo

#a0206b Color Hex

#A0206B
(160,32,107)
0 Favorites   0 Comments

Color spaces of #a0206b

RGB 16032107
HSL0.900.670.38
HSV325°80°63°
CMYK 0.000.800.33   0.37
XYZ17.66769.568114.8256
Yxy9.56810.42000.2275
Hunter Lab30.932347.8221-6.7645
CIE-Lab37.055856.6644-11.4162

#a0206b color RGB value is (160,32,107).

#a0206b hex color red value is 160, green value is 32 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #a0206b hue: 0.90 , saturation: 0.67 and the lightness value of a0206b is 0.38.

The process color (four color CMYK) of #a0206b color hex is 0.00, 0.80, 0.33, 0.37. Web safe color of #a0206b is #993366. Color #a0206b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00100000 01101011
Octal 240 40 153
Decimal 160 32 107
Hex A0 20 6B

RGB Percentages of Color #a0206b

%53.51
%10.70
%35.79

CMYK Percentages of Color #a0206b

%0
%80
%33
%37

Triadic Colors of #a0206b

#a0206b #6ba020 #206ba0

Analogous Colors of #a0206b

#a0206b #a0202b #9520a0

Monochromatic Colors of #a0206b

#a0206b

Complementary Color

#a0206b #20a055

#a0206b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0206b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0206b Color CSS Codes

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

#a0206b Text Font Color

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

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


#a0206b Background Color

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

This div background color is #a0206b


#a0206b Border Color

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

This div border color is #a0206b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0206b


Comments

No comments written yet.

Please login to write comment.