Color Hex Logo

#866eea Color Hex

#866EEA
(134,110,234)
0 Favorites   0 Comments

Color spaces of #866eea

RGB 134110234
HSL0.700.750.67
HSV252°53°92°
CMYK 0.430.530.00   0.08
XYZ30.258722.160780.5245
Yxy22.16070.22760.1667
Hunter Lab47.075232.3537-68.4660
CIE-Lab54.197138.8345-59.8347

#866eea color RGB value is (134,110,234).

#866eea hex color red value is 134, green value is 110 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #866eea hue: 0.70 , saturation: 0.75 and the lightness value of 866eea is 0.67.

The process color (four color CMYK) of #866eea color hex is 0.43, 0.53, 0.00, 0.08. Web safe color of #866eea is #9966ff. Color #866eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01101110 11101010
Octal 206 156 352
Decimal 134 110 234
Hex 86 6E EA

RGB Percentages of Color #866eea

%28.03
%23.01
%48.95

CMYK Percentages of Color #866eea

%43
%53
%0
%8

Triadic Colors of #866eea

#866eea #ea866e #6eea86

Analogous Colors of #866eea

#866eea #c46eea #6e94ea

Monochromatic Colors of #866eea

#866eea

Complementary Color

#866eea #d2ea6e

#866eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#866eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#866eea Color CSS Codes

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

#866eea Text Font Color

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

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


#866eea Background Color

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

This div background color is #866eea


#866eea Border Color

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

This div border color is #866eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #866eea


Comments

No comments written yet.

Please login to write comment.