Color Hex Logo

#820abe Color Hex

#820ABE
(130,10,190)
0 Favorites   0 Comments

Color spaces of #820abe

RGB 13010190
HSL0.780.900.39
HSV280°95°75°
CMYK 0.320.950.00   0.25
XYZ18.60878.680649.4099
Yxy8.68060.24260.1132
Hunter Lab29.462961.1803-78.8067
CIE-Lab35.361968.9451-65.1358

#820abe color RGB value is (130,10,190).

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

The process color (four color CMYK) of #820abe color hex is 0.32, 0.95, 0.00, 0.25. Web safe color of #820abe is #9900cc. Color #820abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00001010 10111110
Octal 202 12 276
Decimal 130 10 190
Hex 82 A BE

RGB Percentages of Color #820abe

%39.39
%3.03
%57.58

CMYK Percentages of Color #820abe

%32
%95
%0
%25

Triadic Colors of #820abe

#820abe #be820a #0abe82

Analogous Colors of #820abe

#820abe #be0aa0 #280abe

Monochromatic Colors of #820abe

#820abe

Complementary Color

#820abe #46be0a

#820abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#820abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#820abe Color CSS Codes

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

#820abe Text Font Color

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

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


#820abe Background Color

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

This div background color is #820abe


#820abe Border Color

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

This div border color is #820abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #820abe


Comments

No comments written yet.

Please login to write comment.