Color Hex Logo

#805163 Color Hex

#805163
(128,81,99)
0 Favorites   0 Comments

Color spaces of #805163

RGB 1288199
HSL0.940.220.41
HSV337°37°50°
CMYK 0.000.370.23   0.50
XYZ14.096611.374913.2570
Yxy11.37490.36400.2937
Hunter Lab33.726715.58510.3035
CIE-Lab40.204922.4020-2.2220

#805163 color RGB value is (128,81,99).

#805163 hex color red value is 128, green value is 81 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #805163 hue: 0.94 , saturation: 0.22 and the lightness value of 805163 is 0.41.

The process color (four color CMYK) of #805163 color hex is 0.00, 0.37, 0.23, 0.50. Web safe color of #805163 is #996666. Color #805163 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010001 01100011
Octal 200 121 143
Decimal 128 81 99
Hex 80 51 63

RGB Percentages of Color #805163

%41.56
%26.30
%32.14

CMYK Percentages of Color #805163

%0
%37
%23
%50

Triadic Colors of #805163

#805163 #638051 #516380

Analogous Colors of #805163

#805163 #805751 #80517b

Monochromatic Colors of #805163

#805163

Complementary Color

#805163 #51806e

#805163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#805163 Color CSS Codes

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

#805163 Text Font Color

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

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


#805163 Background Color

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

This div background color is #805163


#805163 Border Color

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

This div border color is #805163


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805163


Comments

No comments written yet.

Please login to write comment.