Color Hex Logo

#803576 Color Hex

#803576
(128,53,118)
0 Favorites   0 Comments

Color spaces of #803576

RGB 12853118
HSL0.860.410.35
HSV308°59°50°
CMYK 0.000.590.08   0.50
XYZ13.44528.443418.0606
Yxy8.44340.33660.2114
Hunter Lab29.057531.7430-16.5112
CIE-Lab34.889841.1707-22.1480

#803576 color RGB value is (128,53,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110101 01110110
Octal 200 65 166
Decimal 128 53 118
Hex 80 35 76

RGB Percentages of Color #803576

%42.81
%17.73
%39.46

CMYK Percentages of Color #803576

%0
%59
%8
%50

Triadic Colors of #803576

#803576 #768035 #357680

Analogous Colors of #803576

#803576 #803551 #653580

Monochromatic Colors of #803576

#803576

Complementary Color

#803576 #35803f

#803576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#803576 Color CSS Codes

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

#803576 Text Font Color

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

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


#803576 Background Color

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

This div background color is #803576


#803576 Border Color

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

This div border color is #803576


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,53,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 #803576">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803576


Comments

No comments written yet.

Please login to write comment.