Color Hex Logo

#873fad Color Hex

#873FAD
(135,63,173)
0 Favorites   0 Comments

Color spaces of #873fad

RGB 13563173
HSL0.780.470.46
HSV279°64°68°
CMYK 0.220.640.00   0.32
XYZ19.312011.723040.7801
Yxy11.72300.26890.1632
Hunter Lab34.238940.7627-46.6500
CIE-Lab40.772449.2363-46.2813

#873fad color RGB value is (135,63,173).

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

The process color (four color CMYK) of #873fad color hex is 0.22, 0.64, 0.00, 0.32. Web safe color of #873fad is #993399. Color #873fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00111111 10101101
Octal 207 77 255
Decimal 135 63 173
Hex 87 3F AD

RGB Percentages of Color #873fad

%36.39
%16.98
%46.63

CMYK Percentages of Color #873fad

%22
%64
%0
%32

Triadic Colors of #873fad

#873fad #ad873f #3fad87

Analogous Colors of #873fad

#873fad #ad3f9c #503fad

Monochromatic Colors of #873fad

#873fad

Complementary Color

#873fad #65ad3f

#873fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#873fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#873fad Color CSS Codes

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

#873fad Text Font Color

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

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


#873fad Background Color

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

This div background color is #873fad


#873fad Border Color

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

This div border color is #873fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #873fad


Comments

No comments written yet.

Please login to write comment.