Color Hex Logo

#814859 Color Hex

#814859
(129,72,89)
0 Favorites   0 Comments

Color spaces of #814859

RGB 1297289
HSL0.950.280.39
HSV342°44°51°
CMYK 0.000.440.31   0.49
XYZ13.173810.023110.6915
Yxy10.02310.38870.2958
Hunter Lab31.659318.87222.1390
CIE-Lab37.883926.50030.6341

#814859 color RGB value is (129,72,89).

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

The process color (four color CMYK) of #814859 color hex is 0.00, 0.44, 0.31, 0.49. Web safe color of #814859 is #993366. Color #814859 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01001000 01011001
Octal 201 110 131
Decimal 129 72 89
Hex 81 48 59

RGB Percentages of Color #814859

%44.48
%24.83
%30.69

CMYK Percentages of Color #814859

%0
%44
%31
%49

Triadic Colors of #814859

#814859 #598148 #485981

Analogous Colors of #814859

#814859 #815348 #814876

Monochromatic Colors of #814859

#814859

Complementary Color

#814859 #488170

#814859 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#814859 Color Preview on White Background

Lorem ipsum dolor sit amet.

#814859 Color CSS Codes

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

#814859 Text Font Color

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

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


#814859 Background Color

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

This div background color is #814859


#814859 Border Color

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

This div border color is #814859


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #814859


Comments

No comments written yet.

Please login to write comment.