Color Hex Logo

#861abb Color Hex

#861ABB
(134,26,187)
0 Favorites   0 Comments

Color spaces of #861abb

RGB 13426187
HSL0.780.760.42
HSV280°86°73°
CMYK 0.280.860.00   0.27
XYZ19.17069.395047.8167
Yxy9.39500.25100.1230
Hunter Lab30.651358.0018-71.0379
CIE-Lab36.733965.9245-61.1003

#861abb color RGB value is (134,26,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00011010 10111011
Octal 206 32 273
Decimal 134 26 187
Hex 86 1A BB

RGB Percentages of Color #861abb

%38.62
%7.49
%53.89

CMYK Percentages of Color #861abb

%28
%86
%0
%27

Triadic Colors of #861abb

#861abb #bb861a #1abb86

Analogous Colors of #861abb

#861abb #bb1aa0 #361abb

Monochromatic Colors of #861abb

#861abb

Complementary Color

#861abb #4fbb1a

#861abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#861abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#861abb Color CSS Codes

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

#861abb Text Font Color

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

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


#861abb Background Color

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

This div background color is #861abb


#861abb Border Color

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

This div border color is #861abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #861abb


Comments

No comments written yet.

Please login to write comment.