Color Hex Logo

#820cfc Color Hex

#820CFC
(130,12,252)
0 Favorites   0 Comments

Color spaces of #820cfc

RGB 13012252
HSL0.750.980.52
HSV270°95°99°
CMYK 0.480.950.00   0.01
XYZ26.908112.037093.0006
Yxy12.03700.20390.0912
Hunter Lab34.694477.7250-134.6447
CIE-Lab41.274981.4362-91.0105

#820cfc color RGB value is (130,12,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00001100 11111100
Octal 202 14 374
Decimal 130 12 252
Hex 82 C FC

RGB Percentages of Color #820cfc

%32.99
%3.05
%63.96

CMYK Percentages of Color #820cfc

%48
%95
%0
%1

Triadic Colors of #820cfc

#820cfc #fc820c #0cfc82

Analogous Colors of #820cfc

#820cfc #fa0cfc #0c0efc

Monochromatic Colors of #820cfc

#820cfc

Complementary Color

#820cfc #86fc0c

#820cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#820cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#820cfc Color CSS Codes

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

#820cfc Text Font Color

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

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


#820cfc Background Color

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

This div background color is #820cfc


#820cfc Border Color

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

This div border color is #820cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #820cfc


Comments

No comments written yet.

Please login to write comment.