Color Hex Logo

#861aba Color Hex

#861ABA
(134,26,186)
0 Favorites   0 Comments

Color spaces of #861aba

RGB 13426186
HSL0.780.750.42
HSV281°86°73°
CMYK 0.280.860.00   0.27
XYZ19.06389.352347.2548
Yxy9.35230.25190.1236
Hunter Lab30.581557.7550-70.2083
CIE-Lab36.653965.7238-60.6404

#861aba color RGB value is (134,26,186).

#861aba hex color red value is 134, green value is 26 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #861aba hue: 0.78 , saturation: 0.75 and the lightness value of 861aba is 0.42.

The process color (four color CMYK) of #861aba color hex is 0.28, 0.86, 0.00, 0.27. Web safe color of #861aba is #9933cc. Color #861aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00011010 10111010
Octal 206 32 272
Decimal 134 26 186
Hex 86 1A BA

RGB Percentages of Color #861aba

%38.73
%7.51
%53.76

CMYK Percentages of Color #861aba

%28
%86
%0
%27

Triadic Colors of #861aba

#861aba #ba861a #1aba86

Analogous Colors of #861aba

#861aba #ba1a9e #361aba

Monochromatic Colors of #861aba

#861aba

Complementary Color

#861aba #4eba1a

#861aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#861aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#861aba Color CSS Codes

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

#861aba Text Font Color

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

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


#861aba Background Color

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

This div background color is #861aba


#861aba Border Color

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

This div border color is #861aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #861aba


Comments

No comments written yet.

Please login to write comment.