Color Hex Logo

#873baa Color Hex

#873BAA
(135,59,170)
0 Favorites   0 Comments

Color spaces of #873baa

RGB 13559170
HSL0.780.480.45
HSV281°65°67°
CMYK 0.210.650.00   0.33
XYZ18.811311.181139.1969
Yxy11.18110.27190.1616
Hunter Lab33.438241.9020-46.0943
CIE-Lab39.883850.5039-45.9231

#873baa color RGB value is (135,59,170).

#873baa hex color red value is 135, green value is 59 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #873baa hue: 0.78 , saturation: 0.48 and the lightness value of 873baa is 0.45.

The process color (four color CMYK) of #873baa color hex is 0.21, 0.65, 0.00, 0.33. Web safe color of #873baa is #993399. Color #873baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00111011 10101010
Octal 207 73 252
Decimal 135 59 170
Hex 87 3B AA

RGB Percentages of Color #873baa

%37.09
%16.21
%46.70

CMYK Percentages of Color #873baa

%21
%65
%0
%33

Triadic Colors of #873baa

#873baa #aa873b #3baa87

Analogous Colors of #873baa

#873baa #aa3b96 #503baa

Monochromatic Colors of #873baa

#873baa

Complementary Color

#873baa #5eaa3b

#873baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#873baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#873baa Color CSS Codes

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

#873baa Text Font Color

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

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


#873baa Background Color

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

This div background color is #873baa


#873baa Border Color

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

This div border color is #873baa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,59,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #873baa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #873baa;
  -webkit-box-shadow: 1px 1px 3px 2px #873baa;
  box-shadow:         1px 1px 3px 2px #873baa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #873baa


Comments

No comments written yet.

Please login to write comment.