Color Hex Logo

#866fea Color Hex

#866FEA
(134,111,234)
0 Favorites   0 Comments

Color spaces of #866fea

RGB 134111234
HSL0.700.750.68
HSV251°53°92°
CMYK 0.430.530.00   0.08
XYZ30.367222.377780.5607
Yxy22.37770.22780.1679
Hunter Lab47.305131.8031-67.8575
CIE-Lab54.425538.2577-59.4681

#866fea color RGB value is (134,111,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01101111 11101010
Octal 206 157 352
Decimal 134 111 234
Hex 86 6F EA

RGB Percentages of Color #866fea

%27.97
%23.17
%48.85

CMYK Percentages of Color #866fea

%43
%53
%0
%8

Triadic Colors of #866fea

#866fea #ea866f #6fea86

Analogous Colors of #866fea

#866fea #c46fea #6f96ea

Monochromatic Colors of #866fea

#866fea

Complementary Color

#866fea #d3ea6f

#866fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#866fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#866fea Color CSS Codes

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

#866fea Text Font Color

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

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


#866fea Background Color

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

This div background color is #866fea


#866fea Border Color

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

This div border color is #866fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #866fea


Comments

No comments written yet.

Please login to write comment.