Color Hex Logo

#821599 Color Hex

#821599
(130,21,153)
0 Favorites   0 Comments

Color spaces of #821599

RGB 13021153
HSL0.800.760.34
HSV290°86°60°
CMYK 0.150.860.00   0.40
XYZ15.22397.582130.7981
Yxy7.58210.28400.1414
Hunter Lab27.535650.5018-47.0399
CIE-Lab33.096959.9144-46.6359

#821599 color RGB value is (130,21,153).

#821599 hex color red value is 130, green value is 21 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #821599 hue: 0.80 , saturation: 0.76 and the lightness value of 821599 is 0.34.

The process color (four color CMYK) of #821599 color hex is 0.15, 0.86, 0.00, 0.40. Web safe color of #821599 is #990099. Color #821599 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00010101 10011001
Octal 202 25 231
Decimal 130 21 153
Hex 82 15 99

RGB Percentages of Color #821599

%42.76
%6.91
%50.33

CMYK Percentages of Color #821599

%15
%86
%0
%40

Triadic Colors of #821599

#821599 #998215 #159982

Analogous Colors of #821599

#821599 #99156e #401599

Monochromatic Colors of #821599

#821599

Complementary Color

#821599 #2c9915

#821599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#821599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#821599 Color CSS Codes

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

#821599 Text Font Color

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

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


#821599 Background Color

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

This div background color is #821599


#821599 Border Color

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

This div border color is #821599


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,21,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #821599; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #821599;
  -webkit-box-shadow: 1px 1px 3px 2px #821599;
  box-shadow:         1px 1px 3px 2px #821599; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #821599


Comments

No comments written yet.

Please login to write comment.