Color Hex Logo

#854159 Color Hex

#854159
(133,65,89)
0 Favorites   0 Comments

Color spaces of #854159

RGB 1336589
HSL0.940.340.39
HSV339°51°52°
CMYK 0.000.510.33   0.48
XYZ13.36639.488410.5782
Yxy9.48840.39980.2838
Hunter Lab30.803223.54991.2014
CIE-Lab36.908131.9603-0.7211

#854159 color RGB value is (133,65,89).

#854159 hex color red value is 133, green value is 65 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #854159 hue: 0.94 , saturation: 0.34 and the lightness value of 854159 is 0.39.

The process color (four color CMYK) of #854159 color hex is 0.00, 0.51, 0.33, 0.48. Web safe color of #854159 is #993366. Color #854159 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01000001 01011001
Octal 205 101 131
Decimal 133 65 89
Hex 85 41 59

RGB Percentages of Color #854159

%46.34
%22.65
%31.01

CMYK Percentages of Color #854159

%0
%51
%33
%48

Triadic Colors of #854159

#854159 #598541 #415985

Analogous Colors of #854159

#854159 #854b41 #85417b

Monochromatic Colors of #854159

#854159

Complementary Color

#854159 #41856d

#854159 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854159 Color Preview on White Background

Lorem ipsum dolor sit amet.

#854159 Color CSS Codes

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

#854159 Text Font Color

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

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


#854159 Background Color

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

This div background color is #854159


#854159 Border Color

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

This div border color is #854159


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854159


Comments

No comments written yet.

Please login to write comment.