Color Hex Logo

#822830 Color Hex

#822830
(130,40,48)
0 Favorites   0 Comments

Color spaces of #822830

RGB 1304048
HSL0.990.530.33
HSV355°69°51°
CMYK 0.000.690.63   0.49
XYZ10.49826.47683.4931
Yxy6.47680.51290.3164
Hunter Lab25.449629.09639.6768
CIE-Lab30.584939.102416.7690

#822830 color RGB value is (130,40,48).

#822830 hex color red value is 130, green value is 40 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #822830 hue: 0.99 , saturation: 0.53 and the lightness value of 822830 is 0.33.

The process color (four color CMYK) of #822830 color hex is 0.00, 0.69, 0.63, 0.49. Web safe color of #822830 is #993333. Color #822830 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00101000 00110000
Octal 202 50 60
Decimal 130 40 48
Hex 82 28 30

RGB Percentages of Color #822830

%59.63
%18.35
%22.02

CMYK Percentages of Color #822830

%0
%69
%63
%49

Triadic Colors of #822830

#822830 #308228 #283082

Analogous Colors of #822830

#822830 #824d28 #82285d

Monochromatic Colors of #822830

#822830

Complementary Color

#822830 #28827a

#822830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#822830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#822830 Color CSS Codes

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

#822830 Text Font Color

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

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


#822830 Background Color

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

This div background color is #822830


#822830 Border Color

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

This div border color is #822830


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #822830


Comments

No comments written yet.

Please login to write comment.