Color Hex Logo

#82599d Color Hex

#82599D
(130,89,157)
0 Favorites   0 Comments

Color spaces of #82599d

RGB 13089157
HSL0.770.280.48
HSV276°43°62°
CMYK 0.170.430.00   0.38
XYZ18.864114.324933.6690
Yxy14.32490.28220.2143
Hunter Lab37.848222.7325-26.2494
CIE-Lab44.695330.0371-30.5975

#82599d color RGB value is (130,89,157).

#82599d hex color red value is 130, green value is 89 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #82599d hue: 0.77 , saturation: 0.28 and the lightness value of 82599d is 0.48.

The process color (four color CMYK) of #82599d color hex is 0.17, 0.43, 0.00, 0.38. Web safe color of #82599d is #996699. Color #82599d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01011001 10011101
Octal 202 131 235
Decimal 130 89 157
Hex 82 59 9D

RGB Percentages of Color #82599d

%34.57
%23.67
%41.76

CMYK Percentages of Color #82599d

%17
%43
%0
%38

Triadic Colors of #82599d

#82599d #9d8259 #599d82

Analogous Colors of #82599d

#82599d #9d5996 #60599d

Monochromatic Colors of #82599d

#82599d

Complementary Color

#82599d #749d59

#82599d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82599d Color Preview on White Background

Lorem ipsum dolor sit amet.

#82599d Color CSS Codes

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

#82599d Text Font Color

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

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


#82599d Background Color

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

This div background color is #82599d


#82599d Border Color

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

This div border color is #82599d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,89,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 #82599d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82599d


Comments

No comments written yet.

Please login to write comment.