Color Hex Logo

#822476 Color Hex

#822476
(130,36,118)
0 Favorites   0 Comments

Color spaces of #822476

RGB 13036118
HSL0.850.570.33
HSV308°72°51°
CMYK 0.000.720.09   0.49
XYZ13.10687.315617.8608
Yxy7.31560.34240.1911
Hunter Lab27.047439.1659-20.2192
CIE-Lab32.514849.2031-25.8359

#822476 color RGB value is (130,36,118).

#822476 hex color red value is 130, green value is 36 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #822476 hue: 0.85 , saturation: 0.57 and the lightness value of 822476 is 0.33.

The process color (four color CMYK) of #822476 color hex is 0.00, 0.72, 0.09, 0.49. Web safe color of #822476 is #993366. Color #822476 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00100100 01110110
Octal 202 44 166
Decimal 130 36 118
Hex 82 24 76

RGB Percentages of Color #822476

%45.77
%12.68
%41.55

CMYK Percentages of Color #822476

%0
%72
%9
%49

Triadic Colors of #822476

#822476 #768224 #247682

Analogous Colors of #822476

#822476 #822447 #5f2482

Monochromatic Colors of #822476

#822476

Complementary Color

#822476 #248230

#822476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#822476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#822476 Color CSS Codes

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

#822476 Text Font Color

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

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


#822476 Background Color

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

This div background color is #822476


#822476 Border Color

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

This div border color is #822476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #822476


Comments

No comments written yet.

Please login to write comment.