Color Hex Logo

#873497 Color Hex

#873497
(135,52,151)
0 Favorites   0 Comments

Color spaces of #873497

RGB 13552151
HSL0.810.490.40
HSV290°66°59°
CMYK 0.110.660.00   0.41
XYZ16.80569.841230.2920
Yxy9.84120.29520.1728
Hunter Lab31.370740.7256-35.2918
CIE-Lab37.555949.7906-38.2250

#873497 color RGB value is (135,52,151).

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

The process color (four color CMYK) of #873497 color hex is 0.11, 0.66, 0.00, 0.41. Web safe color of #873497 is #993399. Color #873497 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00110100 10010111
Octal 207 64 227
Decimal 135 52 151
Hex 87 34 97

RGB Percentages of Color #873497

%39.94
%15.38
%44.67

CMYK Percentages of Color #873497

%11
%66
%0
%41

Triadic Colors of #873497

#873497 #978734 #349787

Analogous Colors of #873497

#873497 #973476 #563497

Monochromatic Colors of #873497

#873497

Complementary Color

#873497 #449734

#873497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#873497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#873497 Color CSS Codes

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

#873497 Text Font Color

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

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


#873497 Background Color

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

This div background color is #873497


#873497 Border Color

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

This div border color is #873497


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #873497


Comments

No comments written yet.

Please login to write comment.