Color Hex Logo

#806058 Color Hex

#806058
(128,96,88)
0 Favorites   0 Comments

Color spaces of #806058

RGB 1289688
HSL0.030.190.42
HSV12°31°50°
CMYK 0.000.250.31   0.50
XYZ14.846413.659511.0866
Yxy13.65950.37500.3450
Hunter Lab36.95887.02598.0858
CIE-Lab43.740611.77349.6091

#806058 color RGB value is (128,96,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01100000 01011000
Octal 200 140 130
Decimal 128 96 88
Hex 80 60 58

RGB Percentages of Color #806058

%41.03
%30.77
%28.21

CMYK Percentages of Color #806058

%0
%25
%31
%50

Triadic Colors of #806058

#806058 #588060 #605880

Analogous Colors of #806058

#806058 #807458 #805864

Monochromatic Colors of #806058

#806058

Complementary Color

#806058 #587880

#806058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#806058 Color CSS Codes

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

#806058 Text Font Color

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

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


#806058 Background Color

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

This div background color is #806058


#806058 Border Color

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

This div border color is #806058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806058


Comments

No comments written yet.

Please login to write comment.