Color Hex Logo

#820ade Color Hex

#820ADE
(130,10,222)
0 Favorites   0 Comments

Color spaces of #820ade

RGB 13010222
HSL0.760.910.45
HSV274°95°87°
CMYK 0.410.950.00   0.13
XYZ22.499310.236869.8973
Yxy10.23680.21920.0997
Hunter Lab31.995069.5323-107.1303
CIE-Lab38.264175.4032-78.9707

#820ade color RGB value is (130,10,222).

#820ade hex color red value is 130, green value is 10 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #820ade hue: 0.76 , saturation: 0.91 and the lightness value of 820ade is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00001010 11011110
Octal 202 12 336
Decimal 130 10 222
Hex 82 A DE

RGB Percentages of Color #820ade

%35.91
%2.76
%61.33

CMYK Percentages of Color #820ade

%41
%95
%0
%13

Triadic Colors of #820ade

#820ade #de820a #0ade82

Analogous Colors of #820ade

#820ade #de0ad0 #180ade

Monochromatic Colors of #820ade

#820ade

Complementary Color

#820ade #66de0a

#820ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#820ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#820ade Color CSS Codes

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

#820ade Text Font Color

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

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


#820ade Background Color

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

This div background color is #820ade


#820ade Border Color

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

This div border color is #820ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #820ade


Comments

No comments written yet.

Please login to write comment.