Color Hex Logo

#820cfb Color Hex

#820CFB
(130,12,251)
0 Favorites   0 Comments

Color spaces of #820cfb

RGB 13012251
HSL0.750.970.52
HSV270°95°98°
CMYK 0.480.950.00   0.02
XYZ26.750011.973892.1681
Yxy11.97380.20440.0915
Hunter Lab34.603277.4339-133.7010
CIE-Lab41.174481.2247-90.6157

#820cfb color RGB value is (130,12,251).

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

The process color (four color CMYK) of #820cfb color hex is 0.48, 0.95, 0.00, 0.02. Web safe color of #820cfb is #9900ff. Color #820cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00001100 11111011
Octal 202 14 373
Decimal 130 12 251
Hex 82 C FB

RGB Percentages of Color #820cfb

%33.08
%3.05
%63.87

CMYK Percentages of Color #820cfb

%48
%95
%0
%2

Triadic Colors of #820cfb

#820cfb #fb820c #0cfb82

Analogous Colors of #820cfb

#820cfb #fa0cfb #0c0efb

Monochromatic Colors of #820cfb

#820cfb

Complementary Color

#820cfb #85fb0c

#820cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#820cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#820cfb Color CSS Codes

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

#820cfb Text Font Color

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

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


#820cfb Background Color

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

This div background color is #820cfb


#820cfb Border Color

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

This div border color is #820cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #820cfb


Comments

No comments written yet.

Please login to write comment.