Color Hex Logo

#850c6f Color Hex

#850C6F
(133,12,111)
0 Favorites   0 Comments

Color spaces of #850c6f

RGB 13312111
HSL0.860.830.28
HSV311°91°52°
CMYK 0.000.910.17   0.48
XYZ12.67366.397215.6057
Yxy6.39720.36550.1845
Hunter Lab25.292745.1802-18.8773
CIE-Lab30.393255.4701-24.6774

#850c6f color RGB value is (133,12,111).

#850c6f hex color red value is 133, green value is 12 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #850c6f hue: 0.86 , saturation: 0.83 and the lightness value of 850c6f is 0.28.

The process color (four color CMYK) of #850c6f color hex is 0.00, 0.91, 0.17, 0.48. Web safe color of #850c6f is #990066. Color #850c6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00001100 01101111
Octal 205 14 157
Decimal 133 12 111
Hex 85 C 6F

RGB Percentages of Color #850c6f

%51.95
%4.69
%43.36

CMYK Percentages of Color #850c6f

%0
%91
%17
%48

Triadic Colors of #850c6f

#850c6f #6f850c #0c6f85

Analogous Colors of #850c6f

#850c6f #850c33 #5e0c85

Monochromatic Colors of #850c6f

#850c6f

Complementary Color

#850c6f #0c8522

#850c6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#850c6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#850c6f Color CSS Codes

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

#850c6f Text Font Color

<p style="color:#850c6f">Text here</p>

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


#850c6f Background Color

<div style="background-color:#850c6f">
Div content here</div>

This div background color is #850c6f


#850c6f Border Color

<div style="border:3px solid #850c6f">
Div here</div>

This div border color is #850c6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #850c6f


Comments

No comments written yet.

Please login to write comment.