Color Hex Logo

#820bff Color Hex

#820BFF
(130,11,255)
0 Favorites   0 Comments

Color spaces of #820bff

RGB 13011255
HSL0.751.000.52
HSV269°96°100°
CMYK 0.490.960.00   0.00
XYZ27.375612.205295.5207
Yxy12.20520.20260.0903
Hunter Lab34.935978.7337-137.6536
CIE-Lab41.540482.1820-92.2514

#820bff color RGB value is (130,11,255).

#820bff hex color red value is 130, green value is 11 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #820bff hue: 0.75 , saturation: 1.00 and the lightness value of 820bff is 0.52.

The process color (four color CMYK) of #820bff color hex is 0.49, 0.96, 0.00, 0.00. Web safe color of #820bff is #9900ff. Color #820bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00001011 11111111
Octal 202 13 377
Decimal 130 11 255
Hex 82 B FF

RGB Percentages of Color #820bff

%32.83
%2.78
%64.39

CMYK Percentages of Color #820bff

%49
%96
%0
%0

Triadic Colors of #820bff

#820bff #ff820b #0bff82

Analogous Colors of #820bff

#820bff #fc0bff #0b0eff

Monochromatic Colors of #820bff

#820bff

Complementary Color

#820bff #88ff0b

#820bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#820bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#820bff Color CSS Codes

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

#820bff Text Font Color

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

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


#820bff Background Color

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

This div background color is #820bff


#820bff Border Color

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

This div border color is #820bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #820bff


Comments

No comments written yet.

Please login to write comment.