Color Hex Logo

#82799b Color Hex

#82799B
(130,121,155)
0 Favorites   0 Comments

Color spaces of #82799b

RGB 130121155
HSL0.710.150.54
HSV256°22°61°
CMYK 0.160.220.00   0.39
XYZ21.959720.787133.8653
Yxy20.78710.28660.2713
Hunter Lab45.59296.1866-12.1242
CIE-Lab52.715710.6192-17.0316

#82799b color RGB value is (130,121,155).

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

The process color (four color CMYK) of #82799b color hex is 0.16, 0.22, 0.00, 0.39. Web safe color of #82799b is #996699. Color #82799b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01111001 10011011
Octal 202 171 233
Decimal 130 121 155
Hex 82 79 9B

RGB Percentages of Color #82799b

%32.02
%29.80
%38.18

CMYK Percentages of Color #82799b

%16
%22
%0
%39

Triadic Colors of #82799b

#82799b #9b8279 #799b82

Analogous Colors of #82799b

#82799b #93799b #79819b

Monochromatic Colors of #82799b

#82799b

Complementary Color

#82799b #929b79

#82799b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82799b Color Preview on White Background

Lorem ipsum dolor sit amet.

#82799b Color CSS Codes

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

#82799b Text Font Color

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

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


#82799b Background Color

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

This div background color is #82799b


#82799b Border Color

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

This div border color is #82799b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82799b


Comments

No comments written yet.

Please login to write comment.