Color Hex Logo

#862573 Color Hex

#862573
(134,37,115)
0 Favorites   0 Comments

Color spaces of #862573

RGB 13437115
HSL0.870.570.34
HSV312°72°53°
CMYK 0.000.720.14   0.47
XYZ13.58767.629316.9761
Yxy7.62930.35580.1998
Hunter Lab27.621239.4718-17.1051
CIE-Lab33.198649.3766-22.8187

#862573 color RGB value is (134,37,115).

#862573 hex color red value is 134, green value is 37 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #862573 hue: 0.87 , saturation: 0.57 and the lightness value of 862573 is 0.34.

The process color (four color CMYK) of #862573 color hex is 0.00, 0.72, 0.14, 0.47. Web safe color of #862573 is #993366. Color #862573 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00100101 01110011
Octal 206 45 163
Decimal 134 37 115
Hex 86 25 73

RGB Percentages of Color #862573

%46.85
%12.94
%40.21

CMYK Percentages of Color #862573

%0
%72
%14
%47

Triadic Colors of #862573

#862573 #738625 #257386

Analogous Colors of #862573

#862573 #862543 #692586

Monochromatic Colors of #862573

#862573

Complementary Color

#862573 #258638

#862573 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#862573 Color Preview on White Background

Lorem ipsum dolor sit amet.

#862573 Color CSS Codes

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

#862573 Text Font Color

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

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


#862573 Background Color

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

This div background color is #862573


#862573 Border Color

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

This div border color is #862573


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,37,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #862573; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #862573;
  -webkit-box-shadow: 1px 1px 3px 2px #862573;
  box-shadow:         1px 1px 3px 2px #862573; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,37,115, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #862573


Comments

No comments written yet.

Please login to write comment.