Color Hex Logo

#873daa Color Hex

#873DAA
(135,61,170)
0 Favorites   0 Comments

Color spaces of #873daa

RGB 13561170
HSL0.780.470.45
HSV281°64°67°
CMYK 0.210.640.00   0.33
XYZ18.916111.390739.2318
Yxy11.39070.27200.1638
Hunter Lab33.750140.9821-45.2948
CIE-Lab40.230949.5482-45.3670

#873daa color RGB value is (135,61,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00111101 10101010
Octal 207 75 252
Decimal 135 61 170
Hex 87 3D AA

RGB Percentages of Color #873daa

%36.89
%16.67
%46.45

CMYK Percentages of Color #873daa

%21
%64
%0
%33

Triadic Colors of #873daa

#873daa #aa873d #3daa87

Analogous Colors of #873daa

#873daa #aa3d97 #503daa

Monochromatic Colors of #873daa

#873daa

Complementary Color

#873daa #60aa3d

#873daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#873daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#873daa Color CSS Codes

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

#873daa Text Font Color

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

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


#873daa Background Color

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

This div background color is #873daa


#873daa Border Color

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

This div border color is #873daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #873daa


Comments

No comments written yet.

Please login to write comment.