Color Hex Logo

#866ece Color Hex

#866ECE
(134,110,206)
0 Favorites   0 Comments

Color spaces of #866ece

RGB 134110206
HSL0.710.490.62
HSV255°47°81°
CMYK 0.350.470.00   0.19
XYZ26.548020.676460.9842
Yxy20.67640.24530.1911
Hunter Lab45.471324.6408-47.6873
CIE-Lab52.593531.1778-46.5955

#866ece color RGB value is (134,110,206).

#866ece hex color red value is 134, green value is 110 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #866ece hue: 0.71 , saturation: 0.49 and the lightness value of 866ece is 0.62.

The process color (four color CMYK) of #866ece color hex is 0.35, 0.47, 0.00, 0.19. Web safe color of #866ece is #9966cc. Color #866ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01101110 11001110
Octal 206 156 316
Decimal 134 110 206
Hex 86 6E CE

RGB Percentages of Color #866ece

%29.78
%24.44
%45.78

CMYK Percentages of Color #866ece

%35
%47
%0
%19

Triadic Colors of #866ece

#866ece #ce866e #6ece86

Analogous Colors of #866ece

#866ece #b66ece #6e86ce

Monochromatic Colors of #866ece

#866ece

Complementary Color

#866ece #b6ce6e

#866ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#866ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#866ece Color CSS Codes

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

#866ece Text Font Color

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

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


#866ece Background Color

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

This div background color is #866ece


#866ece Border Color

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

This div border color is #866ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #866ece


Comments

No comments written yet.

Please login to write comment.