Color Hex Logo

#872aaa Color Hex

#872AAA
(135,42,170)
0 Favorites   0 Comments

Color spaces of #872aaa

RGB 13542170
HSL0.790.600.42
HSV284°75°67°
CMYK 0.210.750.00   0.33
XYZ18.07539.709138.9516
Yxy9.70910.27080.1455
Hunter Lab31.159449.0172-52.3053
CIE-Lab37.315257.7248-50.0544

#872aaa color RGB value is (135,42,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00101010 10101010
Octal 207 52 252
Decimal 135 42 170
Hex 87 2A AA

RGB Percentages of Color #872aaa

%38.90
%12.10
%48.99

CMYK Percentages of Color #872aaa

%21
%75
%0
%33

Triadic Colors of #872aaa

#872aaa #aa872a #2aaa87

Analogous Colors of #872aaa

#872aaa #aa2a8d #472aaa

Monochromatic Colors of #872aaa

#872aaa

Complementary Color

#872aaa #4daa2a

#872aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#872aaa Color CSS Codes

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

#872aaa Text Font Color

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

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


#872aaa Background Color

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

This div background color is #872aaa


#872aaa Border Color

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

This div border color is #872aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872aaa


Comments

No comments written yet.

Please login to write comment.