#873480

#873480 color hex

#873480 hex color information.
RGB value of #873480 is (135,52,128)
Change page background color to #873480 | Reset

#873480 rgb color chart

Color spaces of #873480

RGB 13552128
HSL0.850.440.37
HSV305°61°53°
CMYK 0.000.610.05   0.47
XYZ15.11599.165421.3945
Yxy9.16540.33090.2007
Hunter Lab30.274436.1442-20.7073
CIE-Lab36.300845.4610-26.0988

Shades of #873480

Tints of #873480

RGB Percentages of Color #873480

%42.86
%16.51
%40.63

CMYK Percentages of Color #873480

%0
%61
%5
%47

#873480 Color Info

#873480 hex color red value is 135, green value is 52 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #873480 hue: 0.85 , saturation: 0.44 and the lightness value of 873480 is 0.37.

The process color (four color CMYK) of #873480 hex color is 0.00, 0.61, 0.05, 0.47. Web safe color of #873480 is #993399

Color #873480 contains mostly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00110100 10000000
Octal 207 64 200
Decimal 135 52 128
Hexadecimal 87 34 80

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #873480

Triadic Colors of #873480

#873480 #7f8734 #347f87

Analogous Colors of #873480

#873480 #873456 #643487

Complementary Color of #873480

#873480 #34873b

#873480 HSL Color Chart
#873480 hsl color chart
#873480 RGB Color Chart

#873480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#873480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#873480 Color CSS Codes

.mybgcolor {background-color:#873480; } 
.myforecolor {color:#873480; }
.mybordercolor {border:3px solid #873480; }
Sample text font color #873480

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

html code
<p style="color:#873480">Text here</p>
#873480 background color

This div background color is #873480

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

This div border color is #873480

<div style="border:3px solid #873480">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #873480 Color Sample
#873480border color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(135,52,128, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #873480; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #873480;
  -webkit-box-shadow: 1px 1px 3px 2px #873480;
  box-shadow:         1px 1px 3px 2px #873480; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(135,52,128, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #873480">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #873480

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

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top