Color Hex Logo

#805174 Color Hex

#805174
(128,81,116)
0 Favorites   0 Comments

Color spaces of #805174

RGB 12881116
HSL0.880.220.41
HSV315°37°50°
CMYK 0.000.370.09   0.50
XYZ14.996911.735017.9977
Yxy11.73500.33530.2624
Hunter Lab34.256418.1958-7.1704
CIE-Lab40.791825.3905-11.8443

#805174 color RGB value is (128,81,116).

#805174 hex color red value is 128, green value is 81 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #805174 hue: 0.88 , saturation: 0.22 and the lightness value of 805174 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010001 01110100
Octal 200 121 164
Decimal 128 81 116
Hex 80 51 74

RGB Percentages of Color #805174

%39.38
%24.92
%35.69

CMYK Percentages of Color #805174

%0
%37
%9
%50

Triadic Colors of #805174

#805174 #748051 #517480

Analogous Colors of #805174

#805174 #80515d #755180

Monochromatic Colors of #805174

#805174

Complementary Color

#805174 #51805d

#805174 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805174 Color Preview on White Background

Lorem ipsum dolor sit amet.

#805174 Color CSS Codes

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

#805174 Text Font Color

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

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


#805174 Background Color

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

This div background color is #805174


#805174 Border Color

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

This div border color is #805174


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805174


Comments

No comments written yet.

Please login to write comment.