Color Hex Logo

#872daa Color Hex

#872DAA
(135,45,170)
0 Favorites   0 Comments

Color spaces of #872daa

RGB 13545170
HSL0.790.580.42
HSV283°74°67°
CMYK 0.210.740.00   0.33
XYZ18.18589.929938.9884
Yxy9.92990.27100.1480
Hunter Lab31.511747.8689-51.2993
CIE-Lab37.716356.5805-49.4075

#872daa color RGB value is (135,45,170).

#872daa hex color red value is 135, green value is 45 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #872daa hue: 0.79 , saturation: 0.58 and the lightness value of 872daa is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00101101 10101010
Octal 207 55 252
Decimal 135 45 170
Hex 87 2D AA

RGB Percentages of Color #872daa

%38.57
%12.86
%48.57

CMYK Percentages of Color #872daa

%21
%74
%0
%33

Triadic Colors of #872daa

#872daa #aa872d #2daa87

Analogous Colors of #872daa

#872daa #aa2d8f #492daa

Monochromatic Colors of #872daa

#872daa

Complementary Color

#872daa #50aa2d

#872daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#872daa Color CSS Codes

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

#872daa Text Font Color

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

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


#872daa Background Color

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

This div background color is #872daa


#872daa Border Color

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

This div border color is #872daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872daa


Comments

No comments written yet.

Please login to write comment.