Color Hex Logo

#803160 Color Hex

#803160
(128,49,96)
0 Favorites   0 Comments

Color spaces of #803160

RGB 1284996
HSL0.900.450.35
HSV324°62°50°
CMYK 0.000.620.25   0.50
XYZ12.11177.630311.9008
Yxy7.63030.38280.2411
Hunter Lab27.623029.9256-6.2078
CIE-Lab33.200839.5364-10.7955

#803160 color RGB value is (128,49,96).

#803160 hex color red value is 128, green value is 49 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #803160 hue: 0.90 , saturation: 0.45 and the lightness value of 803160 is 0.35.

The process color (four color CMYK) of #803160 color hex is 0.00, 0.62, 0.25, 0.50. Web safe color of #803160 is #993366. Color #803160 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110001 01100000
Octal 200 61 140
Decimal 128 49 96
Hex 80 31 60

RGB Percentages of Color #803160

%46.89
%17.95
%35.16

CMYK Percentages of Color #803160

%0
%62
%25
%50

Triadic Colors of #803160

#803160 #608031 #316080

Analogous Colors of #803160

#803160 #803139 #793180

Monochromatic Colors of #803160

#803160

Complementary Color

#803160 #318051

#803160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#803160 Color CSS Codes

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

#803160 Text Font Color

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

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


#803160 Background Color

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

This div background color is #803160


#803160 Border Color

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

This div border color is #803160


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803160


Comments

No comments written yet.

Please login to write comment.