Color Hex Logo

#820533 Color Hex

#820533
(130,5,51)
0 Favorites   0 Comments

Color spaces of #820533

RGB 130551
HSL0.940.930.26
HSV338°96°51°
CMYK 0.000.960.61   0.49
XYZ9.85775.09343.5955
Yxy5.09340.53150.2746
Hunter Lab22.568638.47196.3522
CIE-Lab26.999249.57629.9719

#820533 color RGB value is (130,5,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00000101 00110011
Octal 202 5 63
Decimal 130 5 51
Hex 82 5 33

RGB Percentages of Color #820533

%69.89
%2.69
%27.42

CMYK Percentages of Color #820533

%0
%96
%61
%49

Triadic Colors of #820533

#820533 #338205 #053382

Analogous Colors of #820533

#820533 #821605 #820572

Monochromatic Colors of #820533

#820533

Complementary Color

#820533 #058254

#820533 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#820533 Color Preview on White Background

Lorem ipsum dolor sit amet.

#820533 Color CSS Codes

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

#820533 Text Font Color

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

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


#820533 Background Color

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

This div background color is #820533


#820533 Border Color

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

This div border color is #820533


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #820533


Comments

No comments written yet.

Please login to write comment.