Color Hex Logo

#82004a Color Hex

#82004A
(130,0,74)
0 Favorites   0 Comments

Color spaces of #82004a

RGB 130074
HSL0.911.000.25
HSV326°100°51°
CMYK 0.001.000.43   0.49
XYZ10.44205.24026.9397
Yxy5.24020.46160.2316
Hunter Lab22.891541.3631-1.9501
CIE-Lab27.408452.3651-5.0475

#82004a color RGB value is (130,0,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00000000 01001010
Octal 202 0 112
Decimal 130 0 74
Hex 82 0 4A

RGB Percentages of Color #82004a

%63.73
%0.00
%36.27

CMYK Percentages of Color #82004a

%0
%100
%43
%49

Triadic Colors of #82004a

#82004a #4a8200 #004a82

Analogous Colors of #82004a

#82004a #820009 #790082

Monochromatic Colors of #82004a

#82004a

Complementary Color

#82004a #008238

#82004a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82004a Color Preview on White Background

Lorem ipsum dolor sit amet.

#82004a Color CSS Codes

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

#82004a Text Font Color

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

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


#82004a Background Color

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

This div background color is #82004a


#82004a Border Color

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

This div border color is #82004a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82004a


Comments

No comments written yet.

Please login to write comment.