Color Hex Logo

#851556 Color Hex

#851556
(133,21,86)
0 Favorites   0 Comments

Color spaces of #851556

RGB 1332186
HSL0.900.730.30
HSV325°84°52°
CMYK 0.000.840.35   0.48
XYZ11.62076.19489.3873
Yxy6.19480.42720.2277
Hunter Lab24.889439.7843-4.9393
CIE-Lab29.898750.3224-9.2178

#851556 color RGB value is (133,21,86).

#851556 hex color red value is 133, green value is 21 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #851556 hue: 0.90 , saturation: 0.73 and the lightness value of 851556 is 0.30.

The process color (four color CMYK) of #851556 color hex is 0.00, 0.84, 0.35, 0.48. Web safe color of #851556 is #990066. Color #851556 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00010101 01010110
Octal 205 25 126
Decimal 133 21 86
Hex 85 15 56

RGB Percentages of Color #851556

%55.42
%8.75
%35.83

CMYK Percentages of Color #851556

%0
%84
%35
%48

Triadic Colors of #851556

#851556 #568515 #155685

Analogous Colors of #851556

#851556 #85151e #7c1585

Monochromatic Colors of #851556

#851556

Complementary Color

#851556 #158544

#851556 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#851556 Color Preview on White Background

Lorem ipsum dolor sit amet.

#851556 Color CSS Codes

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

#851556 Text Font Color

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

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


#851556 Background Color

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

This div background color is #851556


#851556 Border Color

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

This div border color is #851556


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #851556


Comments

No comments written yet.

Please login to write comment.