Color Hex Logo

#851073 Color Hex

#851073
(133,16,115)
0 Favorites   0 Comments

Color spaces of #851073

RGB 13316115
HSL0.860.790.29
HSV309°88°52°
CMYK 0.000.880.14   0.48
XYZ12.95276.594916.8099
Yxy6.59490.35630.1814
Hunter Lab25.680545.0905-20.8335
CIE-Lab30.866355.2925-26.4874

#851073 color RGB value is (133,16,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00010000 01110011
Octal 205 20 163
Decimal 133 16 115
Hex 85 10 73

RGB Percentages of Color #851073

%50.38
%6.06
%43.56

CMYK Percentages of Color #851073

%0
%88
%14
%48

Triadic Colors of #851073

#851073 #738510 #107385

Analogous Colors of #851073

#851073 #851038 #5d1085

Monochromatic Colors of #851073

#851073

Complementary Color

#851073 #108522

#851073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#851073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#851073 Color CSS Codes

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

#851073 Text Font Color

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

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


#851073 Background Color

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

This div background color is #851073


#851073 Border Color

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

This div border color is #851073


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #851073


Comments

No comments written yet.

Please login to write comment.