Color Hex Logo

#862eaa Color Hex

#862EAA
(134,46,170)
0 Favorites   0 Comments

Color spaces of #862eaa

RGB 13446170
HSL0.780.570.42
HSV283°73°67°
CMYK 0.210.730.00   0.33
XYZ18.06429.924638.9938
Yxy9.92460.26970.1482
Hunter Lab31.503347.2221-51.3349
CIE-Lab37.706855.9781-49.4305

#862eaa color RGB value is (134,46,170).

#862eaa hex color red value is 134, green value is 46 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #862eaa hue: 0.78 , saturation: 0.57 and the lightness value of 862eaa is 0.42.

The process color (four color CMYK) of #862eaa color hex is 0.21, 0.73, 0.00, 0.33. Web safe color of #862eaa is #993399. Color #862eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00101110 10101010
Octal 206 56 252
Decimal 134 46 170
Hex 86 2E AA

RGB Percentages of Color #862eaa

%38.29
%13.14
%48.57

CMYK Percentages of Color #862eaa

%21
%73
%0
%33

Triadic Colors of #862eaa

#862eaa #aa862e #2eaa86

Analogous Colors of #862eaa

#862eaa #aa2e90 #482eaa

Monochromatic Colors of #862eaa

#862eaa

Complementary Color

#862eaa #52aa2e

#862eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#862eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#862eaa Color CSS Codes

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

#862eaa Text Font Color

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

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


#862eaa Background Color

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

This div background color is #862eaa


#862eaa Border Color

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

This div border color is #862eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,46,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #862eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #862eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #862eaa;
  box-shadow:         1px 1px 3px 2px #862eaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #862eaa


Comments

No comments written yet.

Please login to write comment.