Color Hex Logo

#866cea Color Hex

#866CEA
(134,108,234)
0 Favorites   0 Comments

Color spaces of #866cea

RGB 134108234
HSL0.700.750.67
HSV252°54°92°
CMYK 0.430.540.00   0.08
XYZ30.045421.734080.4534
Yxy21.73400.22720.1644
Hunter Lab46.619733.4548-69.6851
CIE-Lab53.743639.9850-60.5633

#866cea color RGB value is (134,108,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01101100 11101010
Octal 206 154 352
Decimal 134 108 234
Hex 86 6C EA

RGB Percentages of Color #866cea

%28.15
%22.69
%49.16

CMYK Percentages of Color #866cea

%43
%54
%0
%8

Triadic Colors of #866cea

#866cea #ea866c #6cea86

Analogous Colors of #866cea

#866cea #c56cea #6c91ea

Monochromatic Colors of #866cea

#866cea

Complementary Color

#866cea #d0ea6c

#866cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#866cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#866cea Color CSS Codes

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

#866cea Text Font Color

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

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


#866cea Background Color

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

This div background color is #866cea


#866cea Border Color

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

This div border color is #866cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #866cea


Comments

No comments written yet.

Please login to write comment.