Color Hex Logo

#862072 Color Hex

#862072
(134,32,114)
0 Favorites   0 Comments

Color spaces of #862072

RGB 13432114
HSL0.870.610.33
HSV312°76°53°
CMYK 0.000.760.15   0.47
XYZ13.38537.316316.6263
Yxy7.31630.35860.1960
Hunter Lab27.048740.9974-17.5104
CIE-Lab32.516451.0133-23.2504

#862072 color RGB value is (134,32,114).

#862072 hex color red value is 134, green value is 32 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #862072 hue: 0.87 , saturation: 0.61 and the lightness value of 862072 is 0.33.

The process color (four color CMYK) of #862072 color hex is 0.00, 0.76, 0.15, 0.47. Web safe color of #862072 is #993366. Color #862072 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00100000 01110010
Octal 206 40 162
Decimal 134 32 114
Hex 86 20 72

RGB Percentages of Color #862072

%47.86
%11.43
%40.71

CMYK Percentages of Color #862072

%0
%76
%15
%47

Triadic Colors of #862072

#862072 #728620 #207286

Analogous Colors of #862072

#862072 #86203f #672086

Monochromatic Colors of #862072

#862072

Complementary Color

#862072 #208634

#862072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#862072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#862072 Color CSS Codes

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

#862072 Text Font Color

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

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


#862072 Background Color

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

This div background color is #862072


#862072 Border Color

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

This div border color is #862072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #862072


Comments

No comments written yet.

Please login to write comment.