Color Hex Logo

#820bba Color Hex

#820BBA
(130,11,186)
0 Favorites   0 Comments

Color spaces of #820bba

RGB 13011186
HSL0.780.890.39
HSV281°94°73°
CMYK 0.300.940.00   0.27
XYZ18.18858.530347.1423
Yxy8.53030.24630.1155
Hunter Lab29.206760.0494-75.2549
CIE-Lab35.063868.0283-63.2618

#820bba color RGB value is (130,11,186).

#820bba hex color red value is 130, green value is 11 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #820bba hue: 0.78 , saturation: 0.89 and the lightness value of 820bba is 0.39.

The process color (four color CMYK) of #820bba color hex is 0.30, 0.94, 0.00, 0.27. Web safe color of #820bba is #9900cc. Color #820bba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00001011 10111010
Octal 202 13 272
Decimal 130 11 186
Hex 82 B BA

RGB Percentages of Color #820bba

%39.76
%3.36
%56.88

CMYK Percentages of Color #820bba

%30
%94
%0
%27

Triadic Colors of #820bba

#820bba #ba820b #0bba82

Analogous Colors of #820bba

#820bba #ba0b9b #2a0bba

Monochromatic Colors of #820bba

#820bba

Complementary Color

#820bba #43ba0b

#820bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#820bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#820bba Color CSS Codes

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

#820bba Text Font Color

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

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


#820bba Background Color

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

This div background color is #820bba


#820bba Border Color

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

This div border color is #820bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #820bba


Comments

No comments written yet.

Please login to write comment.