Color Hex Logo

#82199d Color Hex

#82199D
(130,25,157)
0 Favorites   0 Comments

Color spaces of #82199d

RGB 13025157
HSL0.800.730.36
HSV288°84°62°
CMYK 0.170.840.00   0.38
XYZ15.63947.875432.5941
Yxy7.87540.27870.1404
Hunter Lab28.063150.3663-49.2185
CIE-Lab33.722059.6683-48.0621

#82199d color RGB value is (130,25,157).

#82199d hex color red value is 130, green value is 25 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #82199d hue: 0.80 , saturation: 0.73 and the lightness value of 82199d is 0.36.

The process color (four color CMYK) of #82199d color hex is 0.17, 0.84, 0.00, 0.38. Web safe color of #82199d is #990099. Color #82199d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00011001 10011101
Octal 202 31 235
Decimal 130 25 157
Hex 82 19 9D

RGB Percentages of Color #82199d

%41.67
%8.01
%50.32

CMYK Percentages of Color #82199d

%17
%84
%0
%38

Triadic Colors of #82199d

#82199d #9d8219 #199d82

Analogous Colors of #82199d

#82199d #9d1976 #40199d

Monochromatic Colors of #82199d

#82199d

Complementary Color

#82199d #349d19

#82199d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82199d Color Preview on White Background

Lorem ipsum dolor sit amet.

#82199d Color CSS Codes

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

#82199d Text Font Color

<p style="color:#82199d">Text here</p>

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


#82199d Background Color

<div style="background-color:#82199d">
Div content here</div>

This div background color is #82199d


#82199d Border Color

<div style="border:3px solid #82199d">
Div here</div>

This div border color is #82199d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,25,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #82199d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #82199d;
  -webkit-box-shadow: 1px 1px 3px 2px #82199d;
  box-shadow:         1px 1px 3px 2px #82199d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82199d


Comments

No comments written yet.

Please login to write comment.