Color Hex Logo

#821ffc Color Hex

#821FFC
(130,31,252)
0 Favorites   0 Comments

Color spaces of #821ffc

RGB 13031252
HSL0.740.970.55
HSV267°88°99°
CMYK 0.480.880.00   0.01
XYZ27.266612.754193.1201
Yxy12.75410.20480.0958
Hunter Lab35.712973.7863-129.5976
CIE-Lab42.390478.0795-89.1684

#821ffc color RGB value is (130,31,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00011111 11111100
Octal 202 37 374
Decimal 130 31 252
Hex 82 1F FC

RGB Percentages of Color #821ffc

%31.48
%7.51
%61.02

CMYK Percentages of Color #821ffc

%48
%88
%0
%1

Triadic Colors of #821ffc

#821ffc #fc821f #1ffc82

Analogous Colors of #821ffc

#821ffc #f11ffc #1f2afc

Monochromatic Colors of #821ffc

#821ffc

Complementary Color

#821ffc #99fc1f

#821ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#821ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#821ffc Color CSS Codes

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

#821ffc Text Font Color

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

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


#821ffc Background Color

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

This div background color is #821ffc


#821ffc Border Color

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

This div border color is #821ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #821ffc


Comments

No comments written yet.

Please login to write comment.