Color Hex Logo

#821760 Color Hex

#821760
(130,23,96)
0 Favorites   0 Comments

Color spaces of #821760

RGB 1302396
HSL0.890.700.30
HSV319°82°51°
CMYK 0.000.820.26   0.49
XYZ11.62366.203111.6510
Yxy6.20310.39430.2104
Hunter Lab24.906039.7201-10.3016
CIE-Lab29.919250.2547-15.7796

#821760 color RGB value is (130,23,96).

#821760 hex color red value is 130, green value is 23 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #821760 hue: 0.89 , saturation: 0.70 and the lightness value of 821760 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00010111 01100000
Octal 202 27 140
Decimal 130 23 96
Hex 82 17 60

RGB Percentages of Color #821760

%52.21
%9.24
%38.55

CMYK Percentages of Color #821760

%0
%82
%26
%49

Triadic Colors of #821760

#821760 #608217 #176082

Analogous Colors of #821760

#821760 #82172b #6f1782

Monochromatic Colors of #821760

#821760

Complementary Color

#821760 #178239

#821760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#821760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#821760 Color CSS Codes

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

#821760 Text Font Color

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

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


#821760 Background Color

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

This div background color is #821760


#821760 Border Color

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

This div border color is #821760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #821760


Comments

No comments written yet.

Please login to write comment.