Color Hex Logo

#873f93 Color Hex

#873F93
(135,63,147)
0 Favorites   0 Comments

Color spaces of #873f93

RGB 13563147
HSL0.810.400.41
HSV291°57°58°
CMYK 0.080.570.00   0.42
XYZ17.035610.812528.7929
Yxy10.81250.30080.1909
Hunter Lab32.882434.9326-28.8987
CIE-Lab39.262943.7075-33.0916

#873f93 color RGB value is (135,63,147).

#873f93 hex color red value is 135, green value is 63 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #873f93 hue: 0.81 , saturation: 0.40 and the lightness value of 873f93 is 0.41.

The process color (four color CMYK) of #873f93 color hex is 0.08, 0.57, 0.00, 0.42. Web safe color of #873f93 is #993399. Color #873f93 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00111111 10010011
Octal 207 77 223
Decimal 135 63 147
Hex 87 3F 93

RGB Percentages of Color #873f93

%39.13
%18.26
%42.61

CMYK Percentages of Color #873f93

%8
%57
%0
%42

Triadic Colors of #873f93

#873f93 #93873f #3f9387

Analogous Colors of #873f93

#873f93 #933f75 #5d3f93

Monochromatic Colors of #873f93

#873f93

Complementary Color

#873f93 #4b933f

#873f93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#873f93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#873f93 Color CSS Codes

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

#873f93 Text Font Color

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

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


#873f93 Background Color

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

This div background color is #873f93


#873f93 Border Color

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

This div border color is #873f93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #873f93


Comments

No comments written yet.

Please login to write comment.