Color Hex Logo

#82799f Color Hex

#82799F
(130,121,159)
0 Favorites   0 Comments

Color spaces of #82799f

RGB 130121159
HSL0.710.170.55
HSV254°24°62°
CMYK 0.180.240.00   0.38
XYZ22.301320.923835.6642
Yxy20.92380.28270.2652
Hunter Lab45.74256.9764-14.2070
CIE-Lab52.866011.5540-19.1306

#82799f color RGB value is (130,121,159).

#82799f hex color red value is 130, green value is 121 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #82799f hue: 0.71 , saturation: 0.17 and the lightness value of 82799f is 0.55.

The process color (four color CMYK) of #82799f color hex is 0.18, 0.24, 0.00, 0.38. Web safe color of #82799f is #996699. Color #82799f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01111001 10011111
Octal 202 171 237
Decimal 130 121 159
Hex 82 79 9F

RGB Percentages of Color #82799f

%31.71
%29.51
%38.78

CMYK Percentages of Color #82799f

%18
%24
%0
%38

Triadic Colors of #82799f

#82799f #9f8279 #799f82

Analogous Colors of #82799f

#82799f #95799f #79839f

Monochromatic Colors of #82799f

#82799f

Complementary Color

#82799f #969f79

#82799f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82799f Color Preview on White Background

Lorem ipsum dolor sit amet.

#82799f Color CSS Codes

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

#82799f Text Font Color

<p style="color:#82799f">Text here</p>

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


#82799f Background Color

<div style="background-color:#82799f">
Div content here</div>

This div background color is #82799f


#82799f Border Color

<div style="border:3px solid #82799f">
Div here</div>

This div border color is #82799f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,121,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #82799f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #82799f;
  -webkit-box-shadow: 1px 1px 3px 2px #82799f;
  box-shadow:         1px 1px 3px 2px #82799f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82799f


Comments

No comments written yet.

Please login to write comment.