Color Hex Logo

#85164b Color Hex

#85164B
(133,22,75)
0 Favorites   0 Comments

Color spaces of #85164b

RGB 1332275
HSL0.920.720.30
HSV331°83°52°
CMYK 0.000.830.44   0.48
XYZ11.22986.06847.2360
Yxy6.06840.45770.2473
Hunter Lab24.634138.2619-0.1719
CIE-Lab29.584448.8629-2.4170

#85164b color RGB value is (133,22,75).

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

The process color (four color CMYK) of #85164b color hex is 0.00, 0.83, 0.44, 0.48. Web safe color of #85164b is #990033. Color #85164b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00010110 01001011
Octal 205 26 113
Decimal 133 22 75
Hex 85 16 4B

RGB Percentages of Color #85164b

%57.83
%9.57
%32.61

CMYK Percentages of Color #85164b

%0
%83
%44
%48

Triadic Colors of #85164b

#85164b #4b8516 #164b85

Analogous Colors of #85164b

#85164b #851816 #851683

Monochromatic Colors of #85164b

#85164b

Complementary Color

#85164b #168550

#85164b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85164b Color Preview on White Background

Lorem ipsum dolor sit amet.

#85164b Color CSS Codes

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

#85164b Text Font Color

<p style="color:#85164b">Text here</p>

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


#85164b Background Color

<div style="background-color:#85164b">
Div content here</div>

This div background color is #85164b


#85164b Border Color

<div style="border:3px solid #85164b">
Div here</div>

This div border color is #85164b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85164b


Comments

No comments written yet.

Please login to write comment.