Color Hex Logo

#85648c Color Hex

#85648C
(133,100,140)
0 Favorites   0 Comments

Color spaces of #85648c

RGB 133100140
HSL0.800.170.47
HSV290°29°55°
CMYK 0.050.290.00   0.45
XYZ18.963715.994326.8987
Yxy15.99430.30660.2586
Hunter Lab39.992914.6531-11.8827
CIE-Lab46.967020.7577-16.9294

#85648c color RGB value is (133,100,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01100100 10001100
Octal 205 144 214
Decimal 133 100 140
Hex 85 64 8C

RGB Percentages of Color #85648c

%35.66
%26.81
%37.53

CMYK Percentages of Color #85648c

%5
%29
%0
%45

Triadic Colors of #85648c

#85648c #8c8564 #648c85

Analogous Colors of #85648c

#85648c #8c647f #71648c

Monochromatic Colors of #85648c

#85648c

Complementary Color

#85648c #6b8c64

#85648c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85648c Color Preview on White Background

Lorem ipsum dolor sit amet.

#85648c Color CSS Codes

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

#85648c Text Font Color

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

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


#85648c Background Color

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

This div background color is #85648c


#85648c Border Color

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

This div border color is #85648c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85648c


Comments

No comments written yet.

Please login to write comment.