Color Hex Logo

#850f73 Color Hex

#850F73
(133,15,115)
0 Favorites   0 Comments

Color spaces of #850f73

RGB 13315115
HSL0.860.800.29
HSV309°89°52°
CMYK 0.000.890.14   0.48
XYZ12.93826.566016.8051
Yxy6.56600.35630.1808
Hunter Lab25.624245.2860-20.9472
CIE-Lab30.797755.4920-26.5954

#850f73 color RGB value is (133,15,115).

#850f73 hex color red value is 133, green value is 15 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #850f73 hue: 0.86 , saturation: 0.80 and the lightness value of 850f73 is 0.29.

The process color (four color CMYK) of #850f73 color hex is 0.00, 0.89, 0.14, 0.48. Web safe color of #850f73 is #990066. Color #850f73 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00001111 01110011
Octal 205 17 163
Decimal 133 15 115
Hex 85 F 73

RGB Percentages of Color #850f73

%50.57
%5.70
%43.73

CMYK Percentages of Color #850f73

%0
%89
%14
%48

Triadic Colors of #850f73

#850f73 #73850f #0f7385

Analogous Colors of #850f73

#850f73 #850f38 #5c0f85

Monochromatic Colors of #850f73

#850f73

Complementary Color

#850f73 #0f8521

#850f73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#850f73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#850f73 Color CSS Codes

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

#850f73 Text Font Color

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

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


#850f73 Background Color

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

This div background color is #850f73


#850f73 Border Color

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

This div border color is #850f73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #850f73


Comments

No comments written yet.

Please login to write comment.