Color Hex Logo

#805863 Color Hex

#805863
(128,88,99)
0 Favorites   0 Comments

Color spaces of #805863

RGB 1288899
HSL0.950.190.42
HSV344°31°50°
CMYK 0.000.310.23   0.50
XYZ14.643912.469513.4394
Yxy12.46950.36110.3075
Hunter Lab35.312212.22732.1534
CIE-Lab41.952818.24960.3391

#805863 color RGB value is (128,88,99).

#805863 hex color red value is 128, green value is 88 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #805863 hue: 0.95 , saturation: 0.19 and the lightness value of 805863 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01011000 01100011
Octal 200 130 143
Decimal 128 88 99
Hex 80 58 63

RGB Percentages of Color #805863

%40.63
%27.94
%31.43

CMYK Percentages of Color #805863

%0
%31
%23
%50

Triadic Colors of #805863

#805863 #638058 #586380

Analogous Colors of #805863

#805863 #806158 #805877

Monochromatic Colors of #805863

#805863

Complementary Color

#805863 #588075

#805863 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805863 Color Preview on White Background

Lorem ipsum dolor sit amet.

#805863 Color CSS Codes

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

#805863 Text Font Color

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

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


#805863 Background Color

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

This div background color is #805863


#805863 Border Color

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

This div border color is #805863


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805863


Comments

No comments written yet.

Please login to write comment.