Color Hex Logo

#807381 Color Hex

#807381
(128,115,129)
0 Favorites   0 Comments

Color spaces of #807381

RGB 128115129
HSL0.820.060.48
HSV296°11°51°
CMYK 0.010.110.00   0.49
XYZ18.995318.435623.3262
Yxy18.43560.31260.3034
Hunter Lab42.93673.8296-2.1548
CIE-Lab50.02027.7595-5.8437

#807381 color RGB value is (128,115,129).

#807381 hex color red value is 128, green value is 115 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #807381 hue: 0.82 , saturation: 0.06 and the lightness value of 807381 is 0.48.

The process color (four color CMYK) of #807381 color hex is 0.01, 0.11, 0.00, 0.49. Web safe color of #807381 is #996699. Color #807381 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110011 10000001
Octal 200 163 201
Decimal 128 115 129
Hex 80 73 81

RGB Percentages of Color #807381

%34.41
%30.91
%34.68

CMYK Percentages of Color #807381

%1
%11
%0
%49

Triadic Colors of #807381

#807381 #818073 #738180

Analogous Colors of #807381

#807381 #81737b #797381

Monochromatic Colors of #807381

#807381

Complementary Color

#807381 #748173

#807381 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807381 Color Preview on White Background

Lorem ipsum dolor sit amet.

#807381 Color CSS Codes

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

#807381 Text Font Color

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

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


#807381 Background Color

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

This div background color is #807381


#807381 Border Color

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

This div border color is #807381


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807381


Comments

No comments written yet.

Please login to write comment.