Color Hex Logo

#803976 Color Hex

#803976
(128,57,118)
0 Favorites   0 Comments

Color spaces of #803976

RGB 12857118
HSL0.860.380.36
HSV308°55°50°
CMYK 0.000.550.08   0.50
XYZ13.63528.823518.1240
Yxy8.82350.33600.2174
Hunter Lab29.704429.9542-15.3825
CIE-Lab35.642239.1488-20.9791

#803976 color RGB value is (128,57,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111001 01110110
Octal 200 71 166
Decimal 128 57 118
Hex 80 39 76

RGB Percentages of Color #803976

%42.24
%18.81
%38.94

CMYK Percentages of Color #803976

%0
%55
%8
%50

Triadic Colors of #803976

#803976 #768039 #397680

Analogous Colors of #803976

#803976 #803953 #673980

Monochromatic Colors of #803976

#803976

Complementary Color

#803976 #398043

#803976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#803976 Color CSS Codes

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

#803976 Text Font Color

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

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


#803976 Background Color

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

This div background color is #803976


#803976 Border Color

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

This div border color is #803976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803976


Comments

No comments written yet.

Please login to write comment.