Color Hex Logo

#82048a Color Hex

#82048A
(130,4,138)
0 Favorites   0 Comments

Color spaces of #82048a

RGB 1304138
HSL0.820.940.28
HSV296°97°54°
CMYK 0.060.970.00   0.46
XYZ13.83686.667624.6025
Yxy6.66760.30680.1478
Hunter Lab25.821750.4629-38.4154
CIE-Lab31.037960.2787-40.7158

#82048a color RGB value is (130,4,138).

#82048a hex color red value is 130, green value is 4 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #82048a hue: 0.82 , saturation: 0.94 and the lightness value of 82048a is 0.28.

The process color (four color CMYK) of #82048a color hex is 0.06, 0.97, 0.00, 0.46. Web safe color of #82048a is #990099. Color #82048a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00000100 10001010
Octal 202 4 212
Decimal 130 4 138
Hex 82 4 8A

RGB Percentages of Color #82048a

%47.79
%1.47
%50.74

CMYK Percentages of Color #82048a

%6
%97
%0
%46

Triadic Colors of #82048a

#82048a #8a8204 #048a82

Analogous Colors of #82048a

#82048a #8a044f #3f048a

Monochromatic Colors of #82048a

#82048a

Complementary Color

#82048a #0c8a04

#82048a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82048a Color Preview on White Background

Lorem ipsum dolor sit amet.

#82048a Color CSS Codes

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

#82048a Text Font Color

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

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


#82048a Background Color

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

This div background color is #82048a


#82048a Border Color

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

This div border color is #82048a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82048a


Comments

No comments written yet.

Please login to write comment.