Color Hex Logo

#821564 Color Hex

#821564
(130,21,100)
0 Favorites   0 Comments

Color spaces of #821564

RGB 13021100
HSL0.880.720.30
HSV317°84°51°
CMYK 0.000.840.23   0.49
XYZ11.77436.202312.6332
Yxy6.20230.38470.2026
Hunter Lab24.904440.8084-12.6428
CIE-Lab29.917251.3312-18.3795

#821564 color RGB value is (130,21,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00010101 01100100
Octal 202 25 144
Decimal 130 21 100
Hex 82 15 64

RGB Percentages of Color #821564

%51.79
%8.37
%39.84

CMYK Percentages of Color #821564

%0
%84
%23
%49

Triadic Colors of #821564

#821564 #648215 #156482

Analogous Colors of #821564

#821564 #82152e #6a1582

Monochromatic Colors of #821564

#821564

Complementary Color

#821564 #158233

#821564 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#821564 Color Preview on White Background

Lorem ipsum dolor sit amet.

#821564 Color CSS Codes

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

#821564 Text Font Color

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

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


#821564 Background Color

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

This div background color is #821564


#821564 Border Color

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

This div border color is #821564


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #821564


Comments

No comments written yet.

Please login to write comment.