Color Hex Logo

#861eab Color Hex

#861EAB
(134,30,171)
0 Favorites   0 Comments

Color spaces of #861eab

RGB 13430171
HSL0.790.700.39
HSV284°82°67°
CMYK 0.220.820.00   0.33
XYZ17.64658.937239.3230
Yxy8.93720.26770.1356
Hunter Lab29.895253.0484-57.0613
CIE-Lab35.863161.6919-53.0078

#861eab color RGB value is (134,30,171).

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

The process color (four color CMYK) of #861eab color hex is 0.22, 0.82, 0.00, 0.33. Web safe color of #861eab is #993399. Color #861eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00011110 10101011
Octal 206 36 253
Decimal 134 30 171
Hex 86 1E AB

RGB Percentages of Color #861eab

%40.00
%8.96
%51.04

CMYK Percentages of Color #861eab

%22
%82
%0
%33

Triadic Colors of #861eab

#861eab #ab861e #1eab86

Analogous Colors of #861eab

#861eab #ab1e8a #401eab

Monochromatic Colors of #861eab

#861eab

Complementary Color

#861eab #43ab1e

#861eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#861eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#861eab Color CSS Codes

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

#861eab Text Font Color

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

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


#861eab Background Color

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

This div background color is #861eab


#861eab Border Color

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

This div border color is #861eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #861eab


Comments

No comments written yet.

Please login to write comment.