Color Hex Logo

#82147a Color Hex

#82147A
(130,20,122)
0 Favorites   0 Comments

Color spaces of #82147a

RGB 13020122
HSL0.850.730.29
HSV304°85°51°
CMYK 0.000.850.06   0.49
XYZ12.96896.651319.0126
Yxy6.65130.33570.1722
Hunter Lab25.790144.6284-25.6558
CIE-Lab30.999554.8255-30.7531

#82147a color RGB value is (130,20,122).

#82147a hex color red value is 130, green value is 20 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #82147a hue: 0.85 , saturation: 0.73 and the lightness value of 82147a is 0.29.

The process color (four color CMYK) of #82147a color hex is 0.00, 0.85, 0.06, 0.49. Web safe color of #82147a is #990066. Color #82147a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00010100 01111010
Octal 202 24 172
Decimal 130 20 122
Hex 82 14 7A

RGB Percentages of Color #82147a

%47.79
%7.35
%44.85

CMYK Percentages of Color #82147a

%0
%85
%6
%49

Triadic Colors of #82147a

#82147a #7a8214 #147a82

Analogous Colors of #82147a

#82147a #821443 #531482

Monochromatic Colors of #82147a

#82147a

Complementary Color

#82147a #14821c

#82147a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82147a Color Preview on White Background

Lorem ipsum dolor sit amet.

#82147a Color CSS Codes

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

#82147a Text Font Color

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

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


#82147a Background Color

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

This div background color is #82147a


#82147a Border Color

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

This div border color is #82147a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82147a


Comments

No comments written yet.

Please login to write comment.