Color Hex Logo

#821555 Color Hex

#821555
(130,21,85)
0 Favorites   0 Comments

Color spaces of #821555

RGB 1302185
HSL0.900.720.30
HSV325°84°51°
CMYK 0.000.840.35   0.49
XYZ11.11385.93809.1547
Yxy5.93800.42410.2266
Hunter Lab24.368038.7665-5.2168
CIE-Lab29.255549.4327-9.5909

#821555 color RGB value is (130,21,85).

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

The process color (four color CMYK) of #821555 color hex is 0.00, 0.84, 0.35, 0.49. Web safe color of #821555 is #990066. Color #821555 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00010101 01010101
Octal 202 25 125
Decimal 130 21 85
Hex 82 15 55

RGB Percentages of Color #821555

%55.08
%8.90
%36.02

CMYK Percentages of Color #821555

%0
%84
%35
%49

Triadic Colors of #821555

#821555 #558215 #155582

Analogous Colors of #821555

#821555 #82151e #791582

Monochromatic Colors of #821555

#821555

Complementary Color

#821555 #158242

#821555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#821555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#821555 Color CSS Codes

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

#821555 Text Font Color

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

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


#821555 Background Color

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

This div background color is #821555


#821555 Border Color

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

This div border color is #821555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #821555


Comments

No comments written yet.

Please login to write comment.