Color Hex Logo

#873caa Color Hex

#873CAA
(135,60,170)
0 Favorites   0 Comments

Color spaces of #873caa

RGB 13560170
HSL0.780.480.45
HSV281°65°67°
CMYK 0.210.650.00   0.33
XYZ18.863211.284939.2142
Yxy11.28490.27200.1627
Hunter Lab33.593041.4439-45.6960
CIE-Lab40.056250.0285-45.6468

#873caa color RGB value is (135,60,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00111100 10101010
Octal 207 74 252
Decimal 135 60 170
Hex 87 3C AA

RGB Percentages of Color #873caa

%36.99
%16.44
%46.58

CMYK Percentages of Color #873caa

%21
%65
%0
%33

Triadic Colors of #873caa

#873caa #aa873c #3caa87

Analogous Colors of #873caa

#873caa #aa3c96 #503caa

Monochromatic Colors of #873caa

#873caa

Complementary Color

#873caa #5faa3c

#873caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#873caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#873caa Color CSS Codes

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

#873caa Text Font Color

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

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


#873caa Background Color

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

This div background color is #873caa


#873caa Border Color

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

This div border color is #873caa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,60,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 #873caa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #873caa


Comments

No comments written yet.

Please login to write comment.