Color Hex Logo

#814955 Color Hex

#814955
(129,73,85)
0 Favorites   0 Comments

Color spaces of #814955

RGB 1297385
HSL0.960.280.40
HSV347°43°51°
CMYK 0.000.430.34   0.49
XYZ13.075510.08819.8524
Yxy10.08810.39600.3056
Hunter Lab31.761817.90073.8417
CIE-Lab38.000125.35413.3144

#814955 color RGB value is (129,73,85).

#814955 hex color red value is 129, green value is 73 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #814955 hue: 0.96 , saturation: 0.28 and the lightness value of 814955 is 0.40.

The process color (four color CMYK) of #814955 color hex is 0.00, 0.43, 0.34, 0.49. Web safe color of #814955 is #993366. Color #814955 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01001001 01010101
Octal 201 111 125
Decimal 129 73 85
Hex 81 49 55

RGB Percentages of Color #814955

%44.95
%25.44
%29.62

CMYK Percentages of Color #814955

%0
%43
%34
%49

Triadic Colors of #814955

#814955 #558149 #495581

Analogous Colors of #814955

#814955 #815949 #814971

Monochromatic Colors of #814955

#814955

Complementary Color

#814955 #498175

#814955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#814955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#814955 Color CSS Codes

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

#814955 Text Font Color

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

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


#814955 Background Color

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

This div background color is #814955


#814955 Border Color

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

This div border color is #814955


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,73,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #814955; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #814955;
  -webkit-box-shadow: 1px 1px 3px 2px #814955;
  box-shadow:         1px 1px 3px 2px #814955; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,73,85, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #814955


Comments

No comments written yet.

Please login to write comment.