Color Hex Logo

#803971 Color Hex

#803971
(128,57,113)
0 Favorites   0 Comments

Color spaces of #803971

RGB 12857113
HSL0.870.380.36
HSV313°55°50°
CMYK 0.000.550.12   0.50
XYZ13.34598.707716.6001
Yxy8.70770.34530.2253
Hunter Lab29.508829.0895-12.6973
CIE-Lab35.415338.2625-18.1961

#803971 color RGB value is (128,57,113).

#803971 hex color red value is 128, green value is 57 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #803971 hue: 0.87 , saturation: 0.38 and the lightness value of 803971 is 0.36.

The process color (four color CMYK) of #803971 color hex is 0.00, 0.55, 0.12, 0.50. Web safe color of #803971 is #993366. Color #803971 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111001 01110001
Octal 200 71 161
Decimal 128 57 113
Hex 80 39 71

RGB Percentages of Color #803971

%42.95
%19.13
%37.92

CMYK Percentages of Color #803971

%0
%55
%12
%50

Triadic Colors of #803971

#803971 #718039 #397180

Analogous Colors of #803971

#803971 #80394d #6c3980

Monochromatic Colors of #803971

#803971

Complementary Color

#803971 #398048

#803971 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803971 Color Preview on White Background

Lorem ipsum dolor sit amet.

#803971 Color CSS Codes

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

#803971 Text Font Color

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

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


#803971 Background Color

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

This div background color is #803971


#803971 Border Color

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

This div border color is #803971


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803971


Comments

No comments written yet.

Please login to write comment.