Color Hex Logo

#805168 Color Hex

#805168
(128,81,104)
0 Favorites   0 Comments

Color spaces of #805168

RGB 12881104
HSL0.920.220.41
HSV331°37°50°
CMYK 0.000.370.19   0.50
XYZ14.343211.473514.5553
Yxy11.47350.35530.2842
Hunter Lab33.872616.3081-1.7666
CIE-Lab40.366823.2384-5.0785

#805168 color RGB value is (128,81,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010001 01101000
Octal 200 121 150
Decimal 128 81 104
Hex 80 51 68

RGB Percentages of Color #805168

%40.89
%25.88
%33.23

CMYK Percentages of Color #805168

%0
%37
%19
%50

Triadic Colors of #805168

#805168 #688051 #516880

Analogous Colors of #805168

#805168 #805251 #805180

Monochromatic Colors of #805168

#805168

Complementary Color

#805168 #518069

#805168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#805168 Color CSS Codes

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

#805168 Text Font Color

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

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


#805168 Background Color

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

This div background color is #805168


#805168 Border Color

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

This div border color is #805168


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,81,104, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805168


Comments

No comments written yet.

Please login to write comment.