Color Hex Logo

#862391 Color Hex

#862391
(134,35,145)
0 Favorites   0 Comments

Color spaces of #862391

RGB 13435145
HSL0.820.610.35
HSV294°76°57°
CMYK 0.080.760.00   0.43
XYZ15.54348.314727.5737
Yxy8.31470.30220.1617
Hunter Lab28.835245.7574-36.5114
CIE-Lab34.629955.1934-39.2414

#862391 color RGB value is (134,35,145).

#862391 hex color red value is 134, green value is 35 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #862391 hue: 0.82 , saturation: 0.61 and the lightness value of 862391 is 0.35.

The process color (four color CMYK) of #862391 color hex is 0.08, 0.76, 0.00, 0.43. Web safe color of #862391 is #993399. Color #862391 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00100011 10010001
Octal 206 43 221
Decimal 134 35 145
Hex 86 23 91

RGB Percentages of Color #862391

%42.68
%11.15
%46.18

CMYK Percentages of Color #862391

%8
%76
%0
%43

Triadic Colors of #862391

#862391 #918623 #239186

Analogous Colors of #862391

#862391 #912365 #4f2391

Monochromatic Colors of #862391

#862391

Complementary Color

#862391 #2e9123

#862391 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#862391 Color Preview on White Background

Lorem ipsum dolor sit amet.

#862391 Color CSS Codes

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

#862391 Text Font Color

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

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


#862391 Background Color

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

This div background color is #862391


#862391 Border Color

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

This div border color is #862391


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #862391


Comments

No comments written yet.

Please login to write comment.