Color Hex Logo

#83779b Color Hex

#83779B
(131,119,155)
0 Favorites   0 Comments

Color spaces of #83779b

RGB 131119155
HSL0.720.150.54
HSV260°23°61°
CMYK 0.150.230.00   0.39
XYZ21.873320.385533.7923
Yxy20.38550.28760.2681
Hunter Lab45.15037.4622-12.7698
CIE-Lab52.270312.1361-17.7021

#83779b color RGB value is (131,119,155).

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

The process color (four color CMYK) of #83779b color hex is 0.15, 0.23, 0.00, 0.39. Web safe color of #83779b is #996699. Color #83779b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01110111 10011011
Octal 203 167 233
Decimal 131 119 155
Hex 83 77 9B

RGB Percentages of Color #83779b

%32.35
%29.38
%38.27

CMYK Percentages of Color #83779b

%15
%23
%0
%39

Triadic Colors of #83779b

#83779b #9b8377 #779b83

Analogous Colors of #83779b

#83779b #95779b #777d9b

Monochromatic Colors of #83779b

#83779b

Complementary Color

#83779b #8f9b77

#83779b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83779b Color Preview on White Background

Lorem ipsum dolor sit amet.

#83779b Color CSS Codes

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

#83779b Text Font Color

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

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


#83779b Background Color

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

This div background color is #83779b


#83779b Border Color

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

This div border color is #83779b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,119,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 #83779b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83779b

#83779b Color Palettes


Comments

No comments written yet.

Please login to write comment.