Color Hex Logo

#862361 Color Hex

#862361
(134,35,97)
0 Favorites   0 Comments

Color spaces of #862361

RGB 1343597
HSL0.900.590.33
HSV322°74°53°
CMYK 0.000.740.28   0.47
XYZ12.59027.133512.0226
Yxy7.13350.39660.2247
Hunter Lab26.708637.4032-7.9927
CIE-Lab32.108947.5134-13.0031

#862361 color RGB value is (134,35,97).

#862361 hex color red value is 134, green value is 35 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #862361 hue: 0.90 , saturation: 0.59 and the lightness value of 862361 is 0.33.

The process color (four color CMYK) of #862361 color hex is 0.00, 0.74, 0.28, 0.47. Web safe color of #862361 is #993366. Color #862361 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00100011 01100001
Octal 206 43 141
Decimal 134 35 97
Hex 86 23 61

RGB Percentages of Color #862361

%50.38
%13.16
%36.47

CMYK Percentages of Color #862361

%0
%74
%28
%47

Triadic Colors of #862361

#862361 #618623 #236186

Analogous Colors of #862361

#862361 #862330 #7a2386

Monochromatic Colors of #862361

#862361

Complementary Color

#862361 #238648

#862361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#862361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#862361 Color CSS Codes

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

#862361 Text Font Color

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

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


#862361 Background Color

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

This div background color is #862361


#862361 Border Color

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

This div border color is #862361


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #862361


Comments

No comments written yet.

Please login to write comment.