Color Hex Logo

#806375 Color Hex

#806375
(128,99,117)
0 Favorites   0 Comments

Color spaces of #806375

RGB 12899117
HSL0.900.130.45
HSV323°23°50°
CMYK 0.000.230.09   0.50
XYZ16.574814.797218.8122
Yxy14.79720.33030.2949
Hunter Lab38.46719.5950-2.0686
CIE-Lab45.355214.8825-5.6079

#806375 color RGB value is (128,99,117).

#806375 hex color red value is 128, green value is 99 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #806375 hue: 0.90 , saturation: 0.13 and the lightness value of 806375 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01100011 01110101
Octal 200 143 165
Decimal 128 99 117
Hex 80 63 75

RGB Percentages of Color #806375

%37.21
%28.78
%34.01

CMYK Percentages of Color #806375

%0
%23
%9
%50

Triadic Colors of #806375

#806375 #758063 #637580

Analogous Colors of #806375

#806375 #806367 #7d6380

Monochromatic Colors of #806375

#806375

Complementary Color

#806375 #63806e

#806375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#806375 Color CSS Codes

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

#806375 Text Font Color

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

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


#806375 Background Color

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

This div background color is #806375


#806375 Border Color

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

This div border color is #806375


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806375


Comments

No comments written yet.

Please login to write comment.