Color Hex Logo

#815463 Color Hex

#815463
(129,84,99)
0 Favorites   0 Comments

Color spaces of #815463

RGB 1298499
HSL0.940.210.42
HSV340°35°51°
CMYK 0.000.350.23   0.49
XYZ14.475711.908613.3400
Yxy11.90860.36440.2998
Hunter Lab34.508814.48641.2366
CIE-Lab41.070521.0224-0.9360

#815463 color RGB value is (129,84,99).

#815463 hex color red value is 129, green value is 84 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #815463 hue: 0.94 , saturation: 0.21 and the lightness value of 815463 is 0.42.

The process color (four color CMYK) of #815463 color hex is 0.00, 0.35, 0.23, 0.49. Web safe color of #815463 is #996666. Color #815463 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01010100 01100011
Octal 201 124 143
Decimal 129 84 99
Hex 81 54 63

RGB Percentages of Color #815463

%41.35
%26.92
%31.73

CMYK Percentages of Color #815463

%0
%35
%23
%49

Triadic Colors of #815463

#815463 #638154 #546381

Analogous Colors of #815463

#815463 #815c54 #81547a

Monochromatic Colors of #815463

#815463

Complementary Color

#815463 #548172

#815463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#815463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#815463 Color CSS Codes

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

#815463 Text Font Color

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

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


#815463 Background Color

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

This div background color is #815463


#815463 Border Color

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

This div border color is #815463


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #815463


Comments

No comments written yet.

Please login to write comment.