Color Hex Logo

#85879f Color Hex

#85879F
(133,135,159)
0 Favorites   0 Comments

Color spaces of #85879f

RGB 133135159
HSL0.650.120.57
HSV235°16°62°
CMYK 0.160.150.00   0.38
XYZ24.594824.817736.2949
Yxy24.81770.28700.2896
Hunter Lab49.81740.9449-8.3241
CIE-Lab56.89744.4062-12.9879

#85879f color RGB value is (133,135,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10000111 10011111
Octal 205 207 237
Decimal 133 135 159
Hex 85 87 9F

RGB Percentages of Color #85879f

%31.15
%31.62
%37.24

CMYK Percentages of Color #85879f

%16
%15
%0
%38

Triadic Colors of #85879f

#85879f #9f8587 #879f85

Analogous Colors of #85879f

#85879f #90859f #85949f

Monochromatic Colors of #85879f

#85879f

Complementary Color

#85879f #9f9d85

#85879f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85879f Color Preview on White Background

Lorem ipsum dolor sit amet.

#85879f Color CSS Codes

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

#85879f Text Font Color

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

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


#85879f Background Color

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

This div background color is #85879f


#85879f Border Color

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

This div border color is #85879f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85879f

#85879f Color Palettes


Comments

No comments written yet.

Please login to write comment.