Color Hex Logo

#80475b Color Hex

#80475B
(128,71,91)
0 Favorites   0 Comments

Color spaces of #80475b

RGB 1287191
HSL0.940.290.39
HSV339°45°50°
CMYK 0.000.450.29   0.50
XYZ13.04379.851011.1115
Yxy9.85100.38360.2897
Hunter Lab31.386319.25600.9803
CIE-Lab37.573726.9826-1.0934

#80475b color RGB value is (128,71,91).

#80475b hex color red value is 128, green value is 71 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #80475b hue: 0.94 , saturation: 0.29 and the lightness value of 80475b is 0.39.

The process color (four color CMYK) of #80475b color hex is 0.00, 0.45, 0.29, 0.50. Web safe color of #80475b is #993366. Color #80475b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01000111 01011011
Octal 200 107 133
Decimal 128 71 91
Hex 80 47 5B

RGB Percentages of Color #80475b

%44.14
%24.48
%31.38

CMYK Percentages of Color #80475b

%0
%45
%29
%50

Triadic Colors of #80475b

#80475b #5b8047 #475b80

Analogous Colors of #80475b

#80475b #805047 #804778

Monochromatic Colors of #80475b

#80475b

Complementary Color

#80475b #47806c

#80475b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80475b Color Preview on White Background

Lorem ipsum dolor sit amet.

#80475b Color CSS Codes

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

#80475b Text Font Color

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

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


#80475b Background Color

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

This div background color is #80475b


#80475b Border Color

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

This div border color is #80475b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80475b


Comments

No comments written yet.

Please login to write comment.