Color Hex Logo

#82004e Color Hex

#82004E
(130,0,78)
0 Favorites   0 Comments

Color spaces of #82004e

RGB 130078
HSL0.901.000.25
HSV324°100°51°
CMYK 0.001.000.40   0.49
XYZ10.58115.29597.6723
Yxy5.29590.44930.2249
Hunter Lab23.012841.8003-3.6579
CIE-Lab27.561752.7632-7.5010

#82004e color RGB value is (130,0,78).

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

The process color (four color CMYK) of #82004e color hex is 0.00, 1.00, 0.40, 0.49. Web safe color of #82004e is #990066. Color #82004e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00000000 01001110
Octal 202 0 116
Decimal 130 0 78
Hex 82 0 4E

RGB Percentages of Color #82004e

%62.50
%0.00
%37.50

CMYK Percentages of Color #82004e

%0
%100
%40
%49

Triadic Colors of #82004e

#82004e #4e8200 #004e82

Analogous Colors of #82004e

#82004e #82000d #750082

Monochromatic Colors of #82004e

#82004e

Complementary Color

#82004e #008234

#82004e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82004e Color Preview on White Background

Lorem ipsum dolor sit amet.

#82004e Color CSS Codes

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

#82004e Text Font Color

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

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


#82004e Background Color

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

This div background color is #82004e


#82004e Border Color

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

This div border color is #82004e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82004e

#82004e Color Palettes


Comments

No comments written yet.

Please login to write comment.