Color Hex Logo

#85146f Color Hex

#85146F
(133,20,111)
0 Favorites   0 Comments

Color spaces of #85146f

RGB 13320111
HSL0.870.740.30
HSV312°85°52°
CMYK 0.000.850.17   0.48
XYZ12.79236.634615.6453
Yxy6.63460.36470.1892
Hunter Lab25.757743.5741-17.9825
CIE-Lab30.960253.8215-23.7884

#85146f color RGB value is (133,20,111).

#85146f hex color red value is 133, green value is 20 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #85146f hue: 0.87 , saturation: 0.74 and the lightness value of 85146f is 0.30.

The process color (four color CMYK) of #85146f color hex is 0.00, 0.85, 0.17, 0.48. Web safe color of #85146f is #990066. Color #85146f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00010100 01101111
Octal 205 24 157
Decimal 133 20 111
Hex 85 14 6F

RGB Percentages of Color #85146f

%50.38
%7.58
%42.05

CMYK Percentages of Color #85146f

%0
%85
%17
%48

Triadic Colors of #85146f

#85146f #6f8514 #146f85

Analogous Colors of #85146f

#85146f #851437 #631485

Monochromatic Colors of #85146f

#85146f

Complementary Color

#85146f #14852a

#85146f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85146f Color Preview on White Background

Lorem ipsum dolor sit amet.

#85146f Color CSS Codes

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

#85146f Text Font Color

<p style="color:#85146f">Text here</p>

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


#85146f Background Color

<div style="background-color:#85146f">
Div content here</div>

This div background color is #85146f


#85146f Border Color

<div style="border:3px solid #85146f">
Div here</div>

This div border color is #85146f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,20,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85146f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85146f;
  -webkit-box-shadow: 1px 1px 3px 2px #85146f;
  box-shadow:         1px 1px 3px 2px #85146f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85146f


Comments

No comments written yet.

Please login to write comment.