Color Hex Logo

#866ecf Color Hex

#866ECF
(134,110,207)
0 Favorites   0 Comments

Color spaces of #866ecf

RGB 134110207
HSL0.710.500.62
HSV255°47°81°
CMYK 0.350.470.00   0.19
XYZ26.669920.725261.6262
Yxy20.72520.24460.1901
Hunter Lab45.524924.9021-48.3922
CIE-Lab52.647431.4449-47.0790

#866ecf color RGB value is (134,110,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01101110 11001111
Octal 206 156 317
Decimal 134 110 207
Hex 86 6E CF

RGB Percentages of Color #866ecf

%29.71
%24.39
%45.90

CMYK Percentages of Color #866ecf

%35
%47
%0
%19

Triadic Colors of #866ecf

#866ecf #cf866e #6ecf86

Analogous Colors of #866ecf

#866ecf #b76ecf #6e87cf

Monochromatic Colors of #866ecf

#866ecf

Complementary Color

#866ecf #b7cf6e

#866ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#866ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#866ecf Color CSS Codes

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

#866ecf Text Font Color

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

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


#866ecf Background Color

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

This div background color is #866ecf


#866ecf Border Color

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

This div border color is #866ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #866ecf


Comments

No comments written yet.

Please login to write comment.