Color Hex Logo

#862062 Color Hex

#862062
(134,32,98)
0 Favorites   0 Comments

Color spaces of #862062

RGB 1343298
HSL0.890.610.33
HSV321°76°53°
CMYK 0.000.760.27   0.47
XYZ12.55266.983212.2416
Yxy6.98320.39500.2198
Hunter Lab26.425738.5450-8.9678
CIE-Lab31.768648.7261-14.1689

#862062 color RGB value is (134,32,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00100000 01100010
Octal 206 40 142
Decimal 134 32 98
Hex 86 20 62

RGB Percentages of Color #862062

%50.76
%12.12
%37.12

CMYK Percentages of Color #862062

%0
%76
%27
%47

Triadic Colors of #862062

#862062 #628620 #206286

Analogous Colors of #862062

#862062 #86202f #772086

Monochromatic Colors of #862062

#862062

Complementary Color

#862062 #208644

#862062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#862062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#862062 Color CSS Codes

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

#862062 Text Font Color

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

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


#862062 Background Color

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

This div background color is #862062


#862062 Border Color

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

This div border color is #862062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #862062


Comments

No comments written yet.

Please login to write comment.