Color Hex Logo

#866aba Color Hex

#866ABA
(134,106,186)
0 Favorites   0 Comments

Color spaces of #866aba

RGB 134106186
HSL0.730.370.57
HSV261°43°73°
CMYK 0.280.430.00   0.27
XYZ23.848518.921648.8497
Yxy18.92160.26030.2065
Hunter Lab43.499021.7402-36.1339
CIE-Lab50.595428.3142-38.2882

#866aba color RGB value is (134,106,186).

#866aba hex color red value is 134, green value is 106 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #866aba hue: 0.73 , saturation: 0.37 and the lightness value of 866aba is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01101010 10111010
Octal 206 152 272
Decimal 134 106 186
Hex 86 6A BA

RGB Percentages of Color #866aba

%31.46
%24.88
%43.66

CMYK Percentages of Color #866aba

%28
%43
%0
%27

Triadic Colors of #866aba

#866aba #ba866a #6aba86

Analogous Colors of #866aba

#866aba #ae6aba #6a76ba

Monochromatic Colors of #866aba

#866aba

Complementary Color

#866aba #9eba6a

#866aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#866aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#866aba Color CSS Codes

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

#866aba Text Font Color

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

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


#866aba Background Color

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

This div background color is #866aba


#866aba Border Color

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

This div border color is #866aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #866aba


Comments

No comments written yet.

Please login to write comment.