Color Hex Logo

#821842 Color Hex

#821842
(130,24,66)
0 Favorites   0 Comments

Color spaces of #821842

RGB 1302466
HSL0.930.690.30
HSV336°82°51°
CMYK 0.000.820.49   0.49
XYZ10.51595.79245.7181
Yxy5.79240.47740.2630
Hunter Lab24.067435.87502.7607
CIE-Lab28.882546.57472.4874

#821842 color RGB value is (130,24,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00011000 01000010
Octal 202 30 102
Decimal 130 24 66
Hex 82 18 42

RGB Percentages of Color #821842

%59.09
%10.91
%30.00

CMYK Percentages of Color #821842

%0
%82
%49
%49

Triadic Colors of #821842

#821842 #428218 #184282

Analogous Colors of #821842

#821842 #822318 #821877

Monochromatic Colors of #821842

#821842

Complementary Color

#821842 #188258

#821842 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#821842 Color Preview on White Background

Lorem ipsum dolor sit amet.

#821842 Color CSS Codes

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

#821842 Text Font Color

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

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


#821842 Background Color

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

This div background color is #821842


#821842 Border Color

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

This div border color is #821842


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #821842


Comments

No comments written yet.

Please login to write comment.