Color Hex Logo

#872aad Color Hex

#872AAD
(135,42,173)
0 Favorites   0 Comments

Color spaces of #872aad

RGB 13542173
HSL0.780.610.42
HSV283°76°68°
CMYK 0.220.760.00   0.32
XYZ18.36259.824040.4636
Yxy9.82400.26750.1431
Hunter Lab31.343349.7238-54.6021
CIE-Lab37.524758.3367-51.5070

#872aad color RGB value is (135,42,173).

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

The process color (four color CMYK) of #872aad color hex is 0.22, 0.76, 0.00, 0.32. Web safe color of #872aad is #993399. Color #872aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00101010 10101101
Octal 207 52 255
Decimal 135 42 173
Hex 87 2A AD

RGB Percentages of Color #872aad

%38.57
%12.00
%49.43

CMYK Percentages of Color #872aad

%22
%76
%0
%32

Triadic Colors of #872aad

#872aad #ad872a #2aad87

Analogous Colors of #872aad

#872aad #ad2a92 #462aad

Monochromatic Colors of #872aad

#872aad

Complementary Color

#872aad #50ad2a

#872aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#872aad Color CSS Codes

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

#872aad Text Font Color

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

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


#872aad Background Color

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

This div background color is #872aad


#872aad Border Color

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

This div border color is #872aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872aad


Comments

No comments written yet.

Please login to write comment.