Color Hex Logo

#820bc7 Color Hex

#820BC7
(130,11,199)
0 Favorites   0 Comments

Color spaces of #820bc7

RGB 13011199
HSL0.770.900.41
HSV278°94°78°
CMYK 0.350.940.00   0.22
XYZ19.63449.108754.7561
Yxy9.10870.23510.1091
Hunter Lab30.180663.3094-86.4422
CIE-Lab36.192770.6031-69.0578

#820bc7 color RGB value is (130,11,199).

#820bc7 hex color red value is 130, green value is 11 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #820bc7 hue: 0.77 , saturation: 0.90 and the lightness value of 820bc7 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00001011 11000111
Octal 202 13 307
Decimal 130 11 199
Hex 82 B C7

RGB Percentages of Color #820bc7

%38.24
%3.24
%58.53

CMYK Percentages of Color #820bc7

%35
%94
%0
%22

Triadic Colors of #820bc7

#820bc7 #c7820b #0bc782

Analogous Colors of #820bc7

#820bc7 #c70bae #240bc7

Monochromatic Colors of #820bc7

#820bc7

Complementary Color

#820bc7 #50c70b

#820bc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#820bc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#820bc7 Color CSS Codes

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

#820bc7 Text Font Color

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

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


#820bc7 Background Color

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

This div background color is #820bc7


#820bc7 Border Color

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

This div border color is #820bc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #820bc7


Comments

No comments written yet.

Please login to write comment.