Color Hex Logo

#82849f Color Hex

#82849F
(130,132,159)
0 Favorites   0 Comments

Color spaces of #82849f

RGB 130132159
HSL0.660.130.57
HSV236°18°62°
CMYK 0.180.170.00   0.38
XYZ23.715223.751636.1355
Yxy23.75160.28370.2841
Hunter Lab48.73561.5724-9.8462
CIE-Lab55.83825.1269-14.6107

#82849f color RGB value is (130,132,159).

#82849f hex color red value is 130, green value is 132 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #82849f hue: 0.66 , saturation: 0.13 and the lightness value of 82849f is 0.57.

The process color (four color CMYK) of #82849f color hex is 0.18, 0.17, 0.00, 0.38. Web safe color of #82849f is #999999. Color #82849f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10000100 10011111
Octal 202 204 237
Decimal 130 132 159
Hex 82 84 9F

RGB Percentages of Color #82849f

%30.88
%31.35
%37.77

CMYK Percentages of Color #82849f

%18
%17
%0
%38

Triadic Colors of #82849f

#82849f #9f8284 #849f82

Analogous Colors of #82849f

#82849f #8f829f #82939f

Monochromatic Colors of #82849f

#82849f

Complementary Color

#82849f #9f9d82

#82849f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82849f Color Preview on White Background

Lorem ipsum dolor sit amet.

#82849f Color CSS Codes

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

#82849f Text Font Color

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

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


#82849f Background Color

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

This div background color is #82849f


#82849f Border Color

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

This div border color is #82849f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82849f


Comments

No comments written yet.

Please login to write comment.