Color Hex Logo

#820cff Color Hex

#820CFF
(130,12,255)
0 Favorites   0 Comments

Color spaces of #820cff

RGB 13012255
HSL0.751.000.52
HSV269°95°100°
CMYK 0.490.950.00   0.00
XYZ27.387412.228895.5247
Yxy12.22880.20270.0905
Hunter Lab34.969778.5998-137.4803
CIE-Lab41.577582.0697-92.1902

#820cff color RGB value is (130,12,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00001100 11111111
Octal 202 14 377
Decimal 130 12 255
Hex 82 C FF

RGB Percentages of Color #820cff

%32.75
%3.02
%64.23

CMYK Percentages of Color #820cff

%49
%95
%0
%0

Triadic Colors of #820cff

#820cff #ff820c #0cff82

Analogous Colors of #820cff

#820cff #fc0cff #0c10ff

Monochromatic Colors of #820cff

#820cff

Complementary Color

#820cff #89ff0c

#820cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#820cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#820cff Color CSS Codes

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

#820cff Text Font Color

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

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


#820cff Background Color

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

This div background color is #820cff


#820cff Border Color

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

This div border color is #820cff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,12,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 #820cff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #820cff

Related Colors


Comments

No comments written yet.

Please login to write comment.