Color Hex Logo

#820acf Color Hex

#820ACF
(130,10,207)
0 Favorites   0 Comments

Color spaces of #820acf

RGB 13010207
HSL0.770.910.43
HSV277°95°81°
CMYK 0.370.950.00   0.19
XYZ20.57699.467959.7744
Yxy9.46790.22910.1054
Hunter Lab30.770065.5215-93.6391
CIE-Lab36.870072.3397-72.6076

#820acf color RGB value is (130,10,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00001010 11001111
Octal 202 12 317
Decimal 130 10 207
Hex 82 A CF

RGB Percentages of Color #820acf

%37.46
%2.88
%59.65

CMYK Percentages of Color #820acf

%37
%95
%0
%19

Triadic Colors of #820acf

#820acf #cf820a #0acf82

Analogous Colors of #820acf

#820acf #cf0aba #200acf

Monochromatic Colors of #820acf

#820acf

Complementary Color

#820acf #57cf0a

#820acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#820acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#820acf Color CSS Codes

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

#820acf Text Font Color

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

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


#820acf Background Color

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

This div background color is #820acf


#820acf Border Color

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

This div border color is #820acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #820acf


Comments

No comments written yet.

Please login to write comment.