Color Hex Logo

#851746 Color Hex

#851746
(133,23,70)
0 Favorites   0 Comments

Color spaces of #851746

RGB 1332370
HSL0.930.710.31
HSV334°83°52°
CMYK 0.000.830.47   0.48
XYZ11.08486.04156.3763
Yxy6.04150.47160.2571
Hunter Lab24.579537.48551.8249
CIE-Lab29.516948.09310.8111

#851746 color RGB value is (133,23,70).

#851746 hex color red value is 133, green value is 23 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #851746 hue: 0.93 , saturation: 0.71 and the lightness value of 851746 is 0.31.

The process color (four color CMYK) of #851746 color hex is 0.00, 0.83, 0.47, 0.48. Web safe color of #851746 is #990033. Color #851746 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00010111 01000110
Octal 205 27 106
Decimal 133 23 70
Hex 85 17 46

RGB Percentages of Color #851746

%58.85
%10.18
%30.97

CMYK Percentages of Color #851746

%0
%83
%47
%48

Triadic Colors of #851746

#851746 #468517 #174685

Analogous Colors of #851746

#851746 #851f17 #85177d

Monochromatic Colors of #851746

#851746

Complementary Color

#851746 #178556

#851746 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#851746 Color Preview on White Background

Lorem ipsum dolor sit amet.

#851746 Color CSS Codes

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

#851746 Text Font Color

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

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


#851746 Background Color

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

This div background color is #851746


#851746 Border Color

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

This div border color is #851746


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #851746


Comments

No comments written yet.

Please login to write comment.