Color Hex Logo

#85106a Color Hex

#85106A
(133,16,106)
0 Favorites   0 Comments

Color spaces of #85106a

RGB 13316106
HSL0.870.790.29
HSV314°88°52°
CMYK 0.000.880.20   0.48
XYZ12.45976.397714.2139
Yxy6.39770.37680.1935
Hunter Lab25.293743.6654-15.6127
CIE-Lab30.394454.0197-21.4664

#85106a color RGB value is (133,16,106).

#85106a hex color red value is 133, green value is 16 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #85106a hue: 0.87 , saturation: 0.79 and the lightness value of 85106a is 0.29.

The process color (four color CMYK) of #85106a color hex is 0.00, 0.88, 0.20, 0.48. Web safe color of #85106a is #990066. Color #85106a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00010000 01101010
Octal 205 20 152
Decimal 133 16 106
Hex 85 10 6A

RGB Percentages of Color #85106a

%52.16
%6.27
%41.57

CMYK Percentages of Color #85106a

%0
%88
%20
%48

Triadic Colors of #85106a

#85106a #6a8510 #106a85

Analogous Colors of #85106a

#85106a #851030 #661085

Monochromatic Colors of #85106a

#85106a

Complementary Color

#85106a #10852b

#85106a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85106a Color Preview on White Background

Lorem ipsum dolor sit amet.

#85106a Color CSS Codes

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

#85106a Text Font Color

<p style="color:#85106a">Text here</p>

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


#85106a Background Color

<div style="background-color:#85106a">
Div content here</div>

This div background color is #85106a


#85106a Border Color

<div style="border:3px solid #85106a">
Div here</div>

This div border color is #85106a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,16,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85106a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85106a;
  -webkit-box-shadow: 1px 1px 3px 2px #85106a;
  box-shadow:         1px 1px 3px 2px #85106a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85106a


Comments

No comments written yet.

Please login to write comment.