Color Hex Logo

#814965 Color Hex

#814965
(129,73,101)
0 Favorites   0 Comments

Color spaces of #814965

RGB 12973101
HSL0.920.280.40
HSV330°43°51°
CMYK 0.000.430.22   0.49
XYZ13.784810.371813.5873
Yxy10.37180.36520.2748
Hunter Lab32.205320.0440-2.4706
CIE-Lab38.501627.7776-5.9752

#814965 color RGB value is (129,73,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01001001 01100101
Octal 201 111 145
Decimal 129 73 101
Hex 81 49 65

RGB Percentages of Color #814965

%42.57
%24.09
%33.33

CMYK Percentages of Color #814965

%0
%43
%22
%49

Triadic Colors of #814965

#814965 #658149 #496581

Analogous Colors of #814965

#814965 #814949 #814981

Monochromatic Colors of #814965

#814965

Complementary Color

#814965 #498165

#814965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#814965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#814965 Color CSS Codes

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

#814965 Text Font Color

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

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


#814965 Background Color

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

This div background color is #814965


#814965 Border Color

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

This div border color is #814965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #814965

#814965 Color Palettes


Comments

No comments written yet.

Please login to write comment.