Color Hex Logo

#85166d Color Hex

#85166D
(133,22,109)
0 Favorites   0 Comments

Color spaces of #85166d

RGB 13322109
HSL0.870.720.30
HSV313°83°52°
CMYK 0.000.830.18   0.48
XYZ12.72016.664515.0839
Yxy6.66450.36900.1934
Hunter Lab25.815742.7744-16.5717
CIE-Lab31.030653.0349-22.3987

#85166d color RGB value is (133,22,109).

#85166d hex color red value is 133, green value is 22 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #85166d hue: 0.87 , saturation: 0.72 and the lightness value of 85166d is 0.30.

The process color (four color CMYK) of #85166d color hex is 0.00, 0.83, 0.18, 0.48. Web safe color of #85166d is #990066. Color #85166d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00010110 01101101
Octal 205 26 155
Decimal 133 22 109
Hex 85 16 6D

RGB Percentages of Color #85166d

%50.38
%8.33
%41.29

CMYK Percentages of Color #85166d

%0
%83
%18
%48

Triadic Colors of #85166d

#85166d #6d8516 #166d85

Analogous Colors of #85166d

#85166d #851636 #661685

Monochromatic Colors of #85166d

#85166d

Complementary Color

#85166d #16852e

#85166d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85166d Color Preview on White Background

Lorem ipsum dolor sit amet.

#85166d Color CSS Codes

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

#85166d Text Font Color

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

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


#85166d Background Color

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

This div background color is #85166d


#85166d Border Color

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

This div border color is #85166d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85166d


Comments

No comments written yet.

Please login to write comment.