Color Hex Logo

#861caa Color Hex

#861CAA
(134,28,170)
0 Favorites   0 Comments

Color spaces of #861caa

RGB 13428170
HSL0.790.720.39
HSV285°84°67°
CMYK 0.210.840.00   0.33
XYZ17.50258.801138.8065
Yxy8.80110.26880.1352
Hunter Lab29.666653.3934-56.7897
CIE-Lab35.598562.0545-52.8377

#861caa color RGB value is (134,28,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00011100 10101010
Octal 206 34 252
Decimal 134 28 170
Hex 86 1C AA

RGB Percentages of Color #861caa

%40.36
%8.43
%51.20

CMYK Percentages of Color #861caa

%21
%84
%0
%33

Triadic Colors of #861caa

#861caa #aa861c #1caa86

Analogous Colors of #861caa

#861caa #aa1c87 #3f1caa

Monochromatic Colors of #861caa

#861caa

Complementary Color

#861caa #40aa1c

#861caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#861caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#861caa Color CSS Codes

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

#861caa Text Font Color

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

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


#861caa Background Color

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

This div background color is #861caa


#861caa Border Color

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

This div border color is #861caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #861caa


Comments

No comments written yet.

Please login to write comment.