Color Hex Logo

#85658c Color Hex

#85658C
(133,101,140)
0 Favorites   0 Comments

Color spaces of #85658c

RGB 133101140
HSL0.800.160.47
HSV289°28°55°
CMYK 0.050.280.00   0.45
XYZ19.060216.187426.9308
Yxy16.18740.30650.2603
Hunter Lab40.233614.1536-11.5229
CIE-Lab47.219420.1646-16.5442

#85658c color RGB value is (133,101,140).

#85658c hex color red value is 133, green value is 101 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #85658c hue: 0.80 , saturation: 0.16 and the lightness value of 85658c is 0.47.

The process color (four color CMYK) of #85658c color hex is 0.05, 0.28, 0.00, 0.45. Web safe color of #85658c is #996699. Color #85658c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01100101 10001100
Octal 205 145 214
Decimal 133 101 140
Hex 85 65 8C

RGB Percentages of Color #85658c

%35.56
%27.01
%37.43

CMYK Percentages of Color #85658c

%5
%28
%0
%45

Triadic Colors of #85658c

#85658c #8c8565 #658c85

Analogous Colors of #85658c

#85658c #8c6580 #72658c

Monochromatic Colors of #85658c

#85658c

Complementary Color

#85658c #6c8c65

#85658c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85658c Color Preview on White Background

Lorem ipsum dolor sit amet.

#85658c Color CSS Codes

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

#85658c Text Font Color

<p style="color:#85658c">Text here</p>

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


#85658c Background Color

<div style="background-color:#85658c">
Div content here</div>

This div background color is #85658c


#85658c Border Color

<div style="border:3px solid #85658c">
Div here</div>

This div border color is #85658c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,101,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85658c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85658c;
  -webkit-box-shadow: 1px 1px 3px 2px #85658c;
  box-shadow:         1px 1px 3px 2px #85658c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85658c


Comments

No comments written yet.

Please login to write comment.