Color Hex Logo

#804951 Color Hex

#804951
(128,73,81)
0 Favorites   0 Comments

Color spaces of #804951

RGB 1287381
HSL0.980.270.39
HSV351°43°50°
CMYK 0.000.430.37   0.50
XYZ12.76989.94849.0318
Yxy9.94840.40220.3133
Hunter Lab31.541117.07105.1010
CIE-Lab37.749724.40615.4481

#804951 color RGB value is (128,73,81).

#804951 hex color red value is 128, green value is 73 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #804951 hue: 0.98 , saturation: 0.27 and the lightness value of 804951 is 0.39.

The process color (four color CMYK) of #804951 color hex is 0.00, 0.43, 0.37, 0.50. Web safe color of #804951 is #993366. Color #804951 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01001001 01010001
Octal 200 111 121
Decimal 128 73 81
Hex 80 49 51

RGB Percentages of Color #804951

%45.39
%25.89
%28.72

CMYK Percentages of Color #804951

%0
%43
%37
%50

Triadic Colors of #804951

#804951 #518049 #495180

Analogous Colors of #804951

#804951 #805d49 #80496d

Monochromatic Colors of #804951

#804951

Complementary Color

#804951 #498078

#804951 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804951 Color Preview on White Background

Lorem ipsum dolor sit amet.

#804951 Color CSS Codes

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

#804951 Text Font Color

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

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


#804951 Background Color

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

This div background color is #804951


#804951 Border Color

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

This div border color is #804951


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804951


Comments

No comments written yet.

Please login to write comment.