Color Hex Logo

#851e36 Color Hex

#851E36
(133,30,54)
0 Favorites   0 Comments

Color spaces of #851e36

RGB 1333054
HSL0.960.630.32
HSV346°77°52°
CMYK 0.000.770.59   0.48
XYZ10.80306.18144.1138
Yxy6.18140.51200.2930
Hunter Lab24.862434.05107.5934
CIE-Lab29.865644.502311.9680

#851e36 color RGB value is (133,30,54).

#851e36 hex color red value is 133, green value is 30 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #851e36 hue: 0.96 , saturation: 0.63 and the lightness value of 851e36 is 0.32.

The process color (four color CMYK) of #851e36 color hex is 0.00, 0.77, 0.59, 0.48. Web safe color of #851e36 is #993333. Color #851e36 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00011110 00110110
Octal 205 36 66
Decimal 133 30 54
Hex 85 1E 36

RGB Percentages of Color #851e36

%61.29
%13.82
%24.88

CMYK Percentages of Color #851e36

%0
%77
%59
%48

Triadic Colors of #851e36

#851e36 #36851e #1e3685

Analogous Colors of #851e36

#851e36 #853a1e #851e6a

Monochromatic Colors of #851e36

#851e36

Complementary Color

#851e36 #1e856d

#851e36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#851e36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#851e36 Color CSS Codes

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

#851e36 Text Font Color

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

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


#851e36 Background Color

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

This div background color is #851e36


#851e36 Border Color

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

This div border color is #851e36


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,30,54, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #851e36; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #851e36;
  -webkit-box-shadow: 1px 1px 3px 2px #851e36;
  box-shadow:         1px 1px 3px 2px #851e36; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #851e36


Comments

No comments written yet.

Please login to write comment.