Color Hex Logo

#821380 Color Hex

#821380
(130,19,128)
0 Favorites   0 Comments

Color spaces of #821380

RGB 13019128
HSL0.840.740.29
HSV301°85°51°
CMYK 0.000.850.02   0.49
XYZ13.33516.770121.0260
Yxy6.77010.32420.1646
Hunter Lab26.019445.9483-29.6980
CIE-Lab31.277756.0269-34.0879

#821380 color RGB value is (130,19,128).

#821380 hex color red value is 130, green value is 19 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #821380 hue: 0.84 , saturation: 0.74 and the lightness value of 821380 is 0.29.

The process color (four color CMYK) of #821380 color hex is 0.00, 0.85, 0.02, 0.49. Web safe color of #821380 is #990099. Color #821380 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00010011 10000000
Octal 202 23 200
Decimal 130 19 128
Hex 82 13 80

RGB Percentages of Color #821380

%46.93
%6.86
%46.21

CMYK Percentages of Color #821380

%0
%85
%2
%49

Triadic Colors of #821380

#821380 #808213 #138082

Analogous Colors of #821380

#821380 #821349 #4d1382

Monochromatic Colors of #821380

#821380

Complementary Color

#821380 #138215

#821380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#821380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#821380 Color CSS Codes

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

#821380 Text Font Color

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

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


#821380 Background Color

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

This div background color is #821380


#821380 Border Color

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

This div border color is #821380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #821380


Comments

No comments written yet.

Please login to write comment.