Color Hex Logo

#83879f Color Hex

#83879F
(131,135,159)
0 Favorites   0 Comments

Color spaces of #83879f

RGB 131135159
HSL0.640.130.57
HSV231°18°62°
CMYK 0.180.150.00   0.38
XYZ24.282124.656436.2803
Yxy24.65640.28490.2893
Hunter Lab49.65520.3924-8.5613
CIE-Lab56.73913.7323-13.2422

#83879f color RGB value is (131,135,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10000111 10011111
Octal 203 207 237
Decimal 131 135 159
Hex 83 87 9F

RGB Percentages of Color #83879f

%30.82
%31.76
%37.41

CMYK Percentages of Color #83879f

%18
%15
%0
%38

Triadic Colors of #83879f

#83879f #9f8387 #879f83

Analogous Colors of #83879f

#83879f #8d839f #83959f

Monochromatic Colors of #83879f

#83879f

Complementary Color

#83879f #9f9b83

#83879f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83879f Color Preview on White Background

Lorem ipsum dolor sit amet.

#83879f Color CSS Codes

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

#83879f Text Font Color

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

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


#83879f Background Color

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

This div background color is #83879f


#83879f Border Color

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

This div border color is #83879f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83879f


Comments

No comments written yet.

Please login to write comment.