Color Hex Logo

#820553 Color Hex

#820553
(130,5,83)
0 Favorites   0 Comments

Color spaces of #820553

RGB 130583
HSL0.900.930.26
HSV323°96°51°
CMYK 0.000.960.36   0.49
XYZ10.82155.47898.6708
Yxy5.47890.43340.2194
Hunter Lab23.407141.5614-5.5782
CIE-Lab28.057852.4328-10.0841

#820553 color RGB value is (130,5,83).

#820553 hex color red value is 130, green value is 5 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #820553 hue: 0.90 , saturation: 0.93 and the lightness value of 820553 is 0.26.

The process color (four color CMYK) of #820553 color hex is 0.00, 0.96, 0.36, 0.49. Web safe color of #820553 is #990066. Color #820553 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00000101 01010011
Octal 202 5 123
Decimal 130 5 83
Hex 82 5 53

RGB Percentages of Color #820553

%59.63
%2.29
%38.07

CMYK Percentages of Color #820553

%0
%96
%36
%49

Triadic Colors of #820553

#820553 #538205 #055382

Analogous Colors of #820553

#820553 #820515 #730582

Monochromatic Colors of #820553

#820553

Complementary Color

#820553 #058234

#820553 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#820553 Color Preview on White Background

Lorem ipsum dolor sit amet.

#820553 Color CSS Codes

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

#820553 Text Font Color

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

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


#820553 Background Color

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

This div background color is #820553


#820553 Border Color

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

This div border color is #820553


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #820553


Comments

No comments written yet.

Please login to write comment.