Color Hex Logo

#861aaa Color Hex

#861AAA
(134,26,170)
0 Favorites   0 Comments

Color spaces of #861aaa

RGB 13426170
HSL0.790.730.38
HSV285°85°67°
CMYK 0.210.850.00   0.33
XYZ17.45668.709438.7912
Yxy8.70940.26870.1341
Hunter Lab29.511753.9399-57.2747
CIE-Lab35.418762.5807-53.1291

#861aaa color RGB value is (134,26,170).

#861aaa hex color red value is 134, green value is 26 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #861aaa hue: 0.79 , saturation: 0.73 and the lightness value of 861aaa is 0.38.

The process color (four color CMYK) of #861aaa color hex is 0.21, 0.85, 0.00, 0.33. Web safe color of #861aaa is #993399. Color #861aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00011010 10101010
Octal 206 32 252
Decimal 134 26 170
Hex 86 1A AA

RGB Percentages of Color #861aaa

%40.61
%7.88
%51.52

CMYK Percentages of Color #861aaa

%21
%85
%0
%33

Triadic Colors of #861aaa

#861aaa #aa861a #1aaa86

Analogous Colors of #861aaa

#861aaa #aa1a86 #3e1aaa

Monochromatic Colors of #861aaa

#861aaa

Complementary Color

#861aaa #3eaa1a

#861aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#861aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#861aaa Color CSS Codes

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

#861aaa Text Font Color

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

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


#861aaa Background Color

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

This div background color is #861aaa


#861aaa Border Color

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

This div border color is #861aaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,26,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 #861aaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #861aaa


Comments

No comments written yet.

Please login to write comment.