Color Hex Logo

#820b9a Color Hex

#820B9A
(130,11,154)
0 Favorites   0 Comments

Color spaces of #820b9a

RGB 13011154
HSL0.810.870.32
HSV290°93°60°
CMYK 0.160.930.00   0.40
XYZ15.15837.318331.1855
Yxy7.31830.28250.1364
Hunter Lab27.052452.6776-49.4119
CIE-Lab32.520862.0072-48.1775

#820b9a color RGB value is (130,11,154).

#820b9a hex color red value is 130, green value is 11 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #820b9a hue: 0.81 , saturation: 0.87 and the lightness value of 820b9a is 0.32.

The process color (four color CMYK) of #820b9a color hex is 0.16, 0.93, 0.00, 0.40. Web safe color of #820b9a is #990099. Color #820b9a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00001011 10011010
Octal 202 13 232
Decimal 130 11 154
Hex 82 B 9A

RGB Percentages of Color #820b9a

%44.07
%3.73
%52.20

CMYK Percentages of Color #820b9a

%16
%93
%0
%40

Triadic Colors of #820b9a

#820b9a #9a820b #0b9a82

Analogous Colors of #820b9a

#820b9a #9a0b6b #3a0b9a

Monochromatic Colors of #820b9a

#820b9a

Complementary Color

#820b9a #239a0b

#820b9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#820b9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#820b9a Color CSS Codes

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

#820b9a Text Font Color

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

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


#820b9a Background Color

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

This div background color is #820b9a


#820b9a Border Color

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

This div border color is #820b9a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,11,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #820b9a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #820b9a;
  -webkit-box-shadow: 1px 1px 3px 2px #820b9a;
  box-shadow:         1px 1px 3px 2px #820b9a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,11,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #820b9a


Comments

No comments written yet.

Please login to write comment.