Color Hex Logo

#821cfc Color Hex

#821CFC
(130,28,252)
0 Favorites   0 Comments

Color spaces of #821cfc

RGB 13028252
HSL0.740.970.55
HSV267°89°99°
CMYK 0.480.890.00   0.01
XYZ27.191912.604693.0952
Yxy12.60460.20460.0948
Hunter Lab35.503074.5839-130.6171
CIE-Lab42.161378.7654-89.5464

#821cfc color RGB value is (130,28,252).

#821cfc hex color red value is 130, green value is 28 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #821cfc hue: 0.74 , saturation: 0.97 and the lightness value of 821cfc is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00011100 11111100
Octal 202 34 374
Decimal 130 28 252
Hex 82 1C FC

RGB Percentages of Color #821cfc

%31.71
%6.83
%61.46

CMYK Percentages of Color #821cfc

%48
%89
%0
%1

Triadic Colors of #821cfc

#821cfc #fc821c #1cfc82

Analogous Colors of #821cfc

#821cfc #f21cfc #1c26fc

Monochromatic Colors of #821cfc

#821cfc

Complementary Color

#821cfc #96fc1c

#821cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#821cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#821cfc Color CSS Codes

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

#821cfc Text Font Color

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

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


#821cfc Background Color

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

This div background color is #821cfc


#821cfc Border Color

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

This div border color is #821cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #821cfc

Related Colors


Comments

No comments written yet.

Please login to write comment.