Color Hex Logo

#866ada Color Hex

#866ADA
(134,106,218)
0 Favorites   0 Comments

Color spaces of #866ada

RGB 134106218
HSL0.710.600.64
HSV255°51°85°
CMYK 0.390.510.00   0.15
XYZ27.640420.438468.8179
Yxy20.43840.23650.1748
Hunter Lab45.208830.0183-58.6063
CIE-Lab52.329336.7394-53.8277

#866ada color RGB value is (134,106,218).

#866ada hex color red value is 134, green value is 106 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #866ada hue: 0.71 , saturation: 0.60 and the lightness value of 866ada is 0.64.

The process color (four color CMYK) of #866ada color hex is 0.39, 0.51, 0.00, 0.15. Web safe color of #866ada is #9966cc. Color #866ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01101010 11011010
Octal 206 152 332
Decimal 134 106 218
Hex 86 6A DA

RGB Percentages of Color #866ada

%29.26
%23.14
%47.60

CMYK Percentages of Color #866ada

%39
%51
%0
%15

Triadic Colors of #866ada

#866ada #da866a #6ada86

Analogous Colors of #866ada

#866ada #be6ada #6a86da

Monochromatic Colors of #866ada

#866ada

Complementary Color

#866ada #beda6a

#866ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#866ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#866ada Color CSS Codes

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

#866ada Text Font Color

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

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


#866ada Background Color

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

This div background color is #866ada


#866ada Border Color

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

This div border color is #866ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #866ada


Comments

No comments written yet.

Please login to write comment.