Color Hex Logo

#85819d Color Hex

#85819D
(133,129,157)
0 Favorites   0 Comments

Color spaces of #85819d

RGB 133129157
HSL0.690.130.56
HSV249°18°62°
CMYK 0.150.180.00   0.38
XYZ23.608923.121435.1168
Yxy23.12140.28850.2825
Hunter Lab48.08473.4927-9.6408
CIE-Lab55.19727.4191-14.4023

#85819d color RGB value is (133,129,157).

#85819d hex color red value is 133, green value is 129 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #85819d hue: 0.69 , saturation: 0.13 and the lightness value of 85819d is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10000001 10011101
Octal 205 201 235
Decimal 133 129 157
Hex 85 81 9D

RGB Percentages of Color #85819d

%31.74
%30.79
%37.47

CMYK Percentages of Color #85819d

%15
%18
%0
%38

Triadic Colors of #85819d

#85819d #9d8581 #819d85

Analogous Colors of #85819d

#85819d #93819d #818b9d

Monochromatic Colors of #85819d

#85819d

Complementary Color

#85819d #999d81

#85819d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85819d Color Preview on White Background

Lorem ipsum dolor sit amet.

#85819d Color CSS Codes

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

#85819d Text Font Color

<p style="color:#85819d">Text here</p>

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


#85819d Background Color

<div style="background-color:#85819d">
Div content here</div>

This div background color is #85819d


#85819d Border Color

<div style="border:3px solid #85819d">
Div here</div>

This div border color is #85819d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,129,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85819d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85819d;
  -webkit-box-shadow: 1px 1px 3px 2px #85819d;
  box-shadow:         1px 1px 3px 2px #85819d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,129,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85819d


Comments

No comments written yet.

Please login to write comment.