Color Hex Logo

#850156 Color Hex

#850156
(133,1,86)
0 Favorites   0 Comments

Color spaces of #850156

RGB 133186
HSL0.890.990.26
HSV321°99°52°
CMYK 0.000.990.35   0.48
XYZ11.36345.68019.3016
Yxy5.68010.43130.2156
Hunter Lab23.833043.4000-6.4568
CIE-Lab28.590654.1155-11.2034

#850156 color RGB value is (133,1,86).

#850156 hex color red value is 133, green value is 1 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #850156 hue: 0.89 , saturation: 0.99 and the lightness value of 850156 is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00000001 01010110
Octal 205 1 126
Decimal 133 1 86
Hex 85 1 56

RGB Percentages of Color #850156

%60.45
%0.45
%39.09

CMYK Percentages of Color #850156

%0
%99
%35
%48

Triadic Colors of #850156

#850156 #568501 #015685

Analogous Colors of #850156

#850156 #850114 #720185

Monochromatic Colors of #850156

#850156

Complementary Color

#850156 #018530

#850156 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#850156 Color Preview on White Background

Lorem ipsum dolor sit amet.

#850156 Color CSS Codes

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

#850156 Text Font Color

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

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


#850156 Background Color

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

This div background color is #850156


#850156 Border Color

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

This div border color is #850156


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #850156


Comments

No comments written yet.

Please login to write comment.