Color Hex Logo

#855459 Color Hex

#855459
(133,84,89)
0 Favorites   0 Comments

Color spaces of #855459

RGB 1338489
HSL0.980.230.43
HSV354°37°52°
CMYK 0.000.370.33   0.48
XYZ14.646412.048511.0048
Yxy12.04850.38850.3196
Hunter Lab34.710914.57455.5003
CIE-Lab41.293121.10835.6195

#855459 color RGB value is (133,84,89).

#855459 hex color red value is 133, green value is 84 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #855459 hue: 0.98 , saturation: 0.23 and the lightness value of 855459 is 0.43.

The process color (four color CMYK) of #855459 color hex is 0.00, 0.37, 0.33, 0.48. Web safe color of #855459 is #996666. Color #855459 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010100 01011001
Octal 205 124 131
Decimal 133 84 89
Hex 85 54 59

RGB Percentages of Color #855459

%43.46
%27.45
%29.08

CMYK Percentages of Color #855459

%0
%37
%33
%48

Triadic Colors of #855459

#855459 #598554 #545985

Analogous Colors of #855459

#855459 #856854 #855472

Monochromatic Colors of #855459

#855459

Complementary Color

#855459 #548580

#855459 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855459 Color Preview on White Background

Lorem ipsum dolor sit amet.

#855459 Color CSS Codes

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

#855459 Text Font Color

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

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


#855459 Background Color

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

This div background color is #855459


#855459 Border Color

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

This div border color is #855459


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855459


Comments

No comments written yet.

Please login to write comment.