Color Hex Logo

#80506b Color Hex

#80506B
(128,80,107)
0 Favorites   0 Comments

Color spaces of #80506b

RGB 12880107
HSL0.910.230.41
HSV326°38°50°
CMYK 0.000.380.16   0.50
XYZ14.424611.388115.3478
Yxy11.38810.35040.2767
Hunter Lab33.746317.2426-3.3427
CIE-Lab40.226624.3453-7.1435

#80506b color RGB value is (128,80,107).

#80506b hex color red value is 128, green value is 80 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #80506b hue: 0.91 , saturation: 0.23 and the lightness value of 80506b is 0.41.

The process color (four color CMYK) of #80506b color hex is 0.00, 0.38, 0.16, 0.50. Web safe color of #80506b is #996666. Color #80506b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010000 01101011
Octal 200 120 153
Decimal 128 80 107
Hex 80 50 6B

RGB Percentages of Color #80506b

%40.63
%25.40
%33.97

CMYK Percentages of Color #80506b

%0
%38
%16
%50

Triadic Colors of #80506b

#80506b #6b8050 #506b80

Analogous Colors of #80506b

#80506b #805053 #7d5080

Monochromatic Colors of #80506b

#80506b

Complementary Color

#80506b #508065

#80506b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80506b Color Preview on White Background

Lorem ipsum dolor sit amet.

#80506b Color CSS Codes

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

#80506b Text Font Color

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

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


#80506b Background Color

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

This div background color is #80506b


#80506b Border Color

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

This div border color is #80506b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,80,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80506b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80506b;
  -webkit-box-shadow: 1px 1px 3px 2px #80506b;
  box-shadow:         1px 1px 3px 2px #80506b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80506b


Comments

No comments written yet.

Please login to write comment.