Color Hex Logo

#821546 Color Hex

#821546
(130,21,70)
0 Favorites   0 Comments

Color spaces of #821546

RGB 1302170
HSL0.930.720.30
HSV333°84°51°
CMYK 0.000.840.46   0.49
XYZ10.57965.72446.3417
Yxy5.72440.46720.2528
Hunter Lab23.925737.06011.0327
CIE-Lab28.706247.8184-0.4459

#821546 color RGB value is (130,21,70).

#821546 hex color red value is 130, green value is 21 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #821546 hue: 0.93 , saturation: 0.72 and the lightness value of 821546 is 0.30.

The process color (four color CMYK) of #821546 color hex is 0.00, 0.84, 0.46, 0.49. Web safe color of #821546 is #990033. Color #821546 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00010101 01000110
Octal 202 25 106
Decimal 130 21 70
Hex 82 15 46

RGB Percentages of Color #821546

%58.82
%9.50
%31.67

CMYK Percentages of Color #821546

%0
%84
%46
%49

Triadic Colors of #821546

#821546 #468215 #154682

Analogous Colors of #821546

#821546 #821b15 #82157d

Monochromatic Colors of #821546

#821546

Complementary Color

#821546 #158251

#821546 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#821546 Color Preview on White Background

Lorem ipsum dolor sit amet.

#821546 Color CSS Codes

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

#821546 Text Font Color

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

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


#821546 Background Color

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

This div background color is #821546


#821546 Border Color

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

This div border color is #821546


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #821546


Comments

No comments written yet.

Please login to write comment.