Color Hex Logo

#82002a Color Hex

#82002A
(130,0,42)
0 Favorites   0 Comments

Color spaces of #82002a

RGB 130042
HSL0.951.000.25
HSV341°100°51°
CMYK 0.001.000.68   0.49
XYZ9.62384.91302.6316
Yxy4.91300.56060.2862
Hunter Lab22.165338.71258.4764
CIE-Lab26.485549.917815.4257

#82002a color RGB value is (130,0,42).

#82002a hex color red value is 130, green value is 0 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #82002a hue: 0.95 , saturation: 1.00 and the lightness value of 82002a is 0.25.

The process color (four color CMYK) of #82002a color hex is 0.00, 1.00, 0.68, 0.49. Web safe color of #82002a is #990033. Color #82002a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00000000 00101010
Octal 202 0 52
Decimal 130 0 42
Hex 82 0 2A

RGB Percentages of Color #82002a

%75.58
%0.00
%24.42

CMYK Percentages of Color #82002a

%0
%100
%68
%49

Triadic Colors of #82002a

#82002a #2a8200 #002a82

Analogous Colors of #82002a

#82002a #821700 #82006b

Monochromatic Colors of #82002a

#82002a

Complementary Color

#82002a #008258

#82002a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82002a Color Preview on White Background

Lorem ipsum dolor sit amet.

#82002a Color CSS Codes

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

#82002a Text Font Color

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

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


#82002a Background Color

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

This div background color is #82002a


#82002a Border Color

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

This div border color is #82002a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,0,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #82002a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #82002a;
  -webkit-box-shadow: 1px 1px 3px 2px #82002a;
  box-shadow:         1px 1px 3px 2px #82002a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82002a


Comments

No comments written yet.

Please login to write comment.