Color Hex Logo

#821abc Color Hex

#821ABC
(130,26,188)
0 Favorites   0 Comments

Color spaces of #821abc

RGB 13026188
HSL0.770.760.42
HSV279°86°74°
CMYK 0.310.860.00   0.26
XYZ18.65249.115548.3533
Yxy9.11550.24500.1197
Hunter Lab30.191957.4406-73.8206
CIE-Lab36.205765.5351-62.5775

#821abc color RGB value is (130,26,188).

#821abc hex color red value is 130, green value is 26 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #821abc hue: 0.77 , saturation: 0.76 and the lightness value of 821abc is 0.42.

The process color (four color CMYK) of #821abc color hex is 0.31, 0.86, 0.00, 0.26. Web safe color of #821abc is #9933cc. Color #821abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00011010 10111100
Octal 202 32 274
Decimal 130 26 188
Hex 82 1A BC

RGB Percentages of Color #821abc

%37.79
%7.56
%54.65

CMYK Percentages of Color #821abc

%31
%86
%0
%26

Triadic Colors of #821abc

#821abc #bc821a #1abc82

Analogous Colors of #821abc

#821abc #bc1aa5 #311abc

Monochromatic Colors of #821abc

#821abc

Complementary Color

#821abc #54bc1a

#821abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#821abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#821abc Color CSS Codes

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

#821abc Text Font Color

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

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


#821abc Background Color

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

This div background color is #821abc


#821abc Border Color

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

This div border color is #821abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #821abc


Comments

No comments written yet.

Please login to write comment.