Color Hex Logo

#814953 Color Hex

#814953
(129,73,83)
0 Favorites   0 Comments

Color spaces of #814953

RGB 1297383
HSL0.970.280.40
HSV349°43°51°
CMYK 0.000.430.36   0.49
XYZ12.997110.05679.4397
Yxy10.05670.40000.3095
Hunter Lab31.712317.66074.5499
CIE-Lab37.944025.07894.4894

#814953 color RGB value is (129,73,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01001001 01010011
Octal 201 111 123
Decimal 129 73 83
Hex 81 49 53

RGB Percentages of Color #814953

%45.26
%25.61
%29.12

CMYK Percentages of Color #814953

%0
%43
%36
%49

Triadic Colors of #814953

#814953 #538149 #495381

Analogous Colors of #814953

#814953 #815b49 #81496f

Monochromatic Colors of #814953

#814953

Complementary Color

#814953 #498177

#814953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#814953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#814953 Color CSS Codes

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

#814953 Text Font Color

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

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


#814953 Background Color

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

This div background color is #814953


#814953 Border Color

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

This div border color is #814953


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #814953


Comments

No comments written yet.

Please login to write comment.