Color Hex Logo

#814455 Color Hex

#814455
(129,68,85)
0 Favorites   0 Comments

Color spaces of #814455

RGB 1296885
HSL0.950.310.39
HSV343°47°51°
CMYK 0.000.470.34   0.49
XYZ12.76019.45729.7472
Yxy9.45720.39920.2959
Hunter Lab30.752620.24772.7345
CIE-Lab36.850128.21881.6523

#814455 color RGB value is (129,68,85).

#814455 hex color red value is 129, green value is 68 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #814455 hue: 0.95 , saturation: 0.31 and the lightness value of 814455 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01000100 01010101
Octal 201 104 125
Decimal 129 68 85
Hex 81 44 55

RGB Percentages of Color #814455

%45.74
%24.11
%30.14

CMYK Percentages of Color #814455

%0
%47
%34
%49

Triadic Colors of #814455

#814455 #558144 #445581

Analogous Colors of #814455

#814455 #815244 #814474

Monochromatic Colors of #814455

#814455

Complementary Color

#814455 #448170

#814455 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#814455 Color Preview on White Background

Lorem ipsum dolor sit amet.

#814455 Color CSS Codes

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

#814455 Text Font Color

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

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


#814455 Background Color

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

This div background color is #814455


#814455 Border Color

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

This div border color is #814455


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #814455


Comments

No comments written yet.

Please login to write comment.