Color Hex Logo

#821bdc Color Hex

#821BDC
(130,27,220)
0 Favorites   0 Comments

Color spaces of #821bdc

RGB 13027220
HSL0.760.780.48
HSV272°88°86°
CMYK 0.410.880.00   0.14
XYZ22.516110.697068.5881
Yxy10.69700.22120.1051
Hunter Lab32.706365.6495-101.4423
CIE-Lab39.065472.0264-76.5052

#821bdc color RGB value is (130,27,220).

#821bdc hex color red value is 130, green value is 27 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #821bdc hue: 0.76 , saturation: 0.78 and the lightness value of 821bdc is 0.48.

The process color (four color CMYK) of #821bdc color hex is 0.41, 0.88, 0.00, 0.14. Web safe color of #821bdc is #9933cc. Color #821bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00011011 11011100
Octal 202 33 334
Decimal 130 27 220
Hex 82 1B DC

RGB Percentages of Color #821bdc

%34.48
%7.16
%58.36

CMYK Percentages of Color #821bdc

%41
%88
%0
%14

Triadic Colors of #821bdc

#821bdc #dc821b #1bdc82

Analogous Colors of #821bdc

#821bdc #dc1bd6 #221bdc

Monochromatic Colors of #821bdc

#821bdc

Complementary Color

#821bdc #75dc1b

#821bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#821bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#821bdc Color CSS Codes

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

#821bdc Text Font Color

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

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


#821bdc Background Color

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

This div background color is #821bdc


#821bdc Border Color

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

This div border color is #821bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #821bdc


Comments

No comments written yet.

Please login to write comment.