Color Hex Logo

#821479 Color Hex

#821479
(130,20,121)
0 Favorites   0 Comments

Color spaces of #821479

RGB 13020121
HSL0.850.730.29
HSV305°85°51°
CMYK 0.000.850.07   0.49
XYZ12.90736.626618.6879
Yxy6.62660.33770.1734
Hunter Lab25.742244.4523-25.0229
CIE-Lab30.941354.6684-30.2135

#821479 color RGB value is (130,20,121).

#821479 hex color red value is 130, green value is 20 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #821479 hue: 0.85 , saturation: 0.73 and the lightness value of 821479 is 0.29.

The process color (four color CMYK) of #821479 color hex is 0.00, 0.85, 0.07, 0.49. Web safe color of #821479 is #990066. Color #821479 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00010100 01111001
Octal 202 24 171
Decimal 130 20 121
Hex 82 14 79

RGB Percentages of Color #821479

%47.97
%7.38
%44.65

CMYK Percentages of Color #821479

%0
%85
%7
%49

Triadic Colors of #821479

#821479 #798214 #147982

Analogous Colors of #821479

#821479 #821442 #541482

Monochromatic Colors of #821479

#821479

Complementary Color

#821479 #14821d

#821479 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#821479 Color Preview on White Background

Lorem ipsum dolor sit amet.

#821479 Color CSS Codes

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

#821479 Text Font Color

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

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


#821479 Background Color

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

This div background color is #821479


#821479 Border Color

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

This div border color is #821479


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #821479


Comments

No comments written yet.

Please login to write comment.