Color Hex Logo

#873493 Color Hex

#873493
(135,52,147)
0 Favorites   0 Comments

Color spaces of #873493

RGB 13552147
HSL0.810.480.39
HSV292°65°58°
CMYK 0.080.650.00   0.42
XYZ16.48619.713528.6097
Yxy9.71350.30080.1772
Hunter Lab31.166539.8796-32.6095
CIE-Lab37.323249.0036-36.1630

#873493 color RGB value is (135,52,147).

#873493 hex color red value is 135, green value is 52 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #873493 hue: 0.81 , saturation: 0.48 and the lightness value of 873493 is 0.39.

The process color (four color CMYK) of #873493 color hex is 0.08, 0.65, 0.00, 0.42. Web safe color of #873493 is #993399. Color #873493 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00110100 10010011
Octal 207 64 223
Decimal 135 52 147
Hex 87 34 93

RGB Percentages of Color #873493

%40.42
%15.57
%44.01

CMYK Percentages of Color #873493

%8
%65
%0
%42

Triadic Colors of #873493

#873493 #938734 #349387

Analogous Colors of #873493

#873493 #933470 #583493

Monochromatic Colors of #873493

#873493

Complementary Color

#873493 #409334

#873493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#873493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#873493 Color CSS Codes

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

#873493 Text Font Color

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

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


#873493 Background Color

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

This div background color is #873493


#873493 Border Color

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

This div border color is #873493


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,52,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #873493; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #873493;
  -webkit-box-shadow: 1px 1px 3px 2px #873493;
  box-shadow:         1px 1px 3px 2px #873493; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,52,147, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #873493


Comments

No comments written yet.

Please login to write comment.