Color Hex Logo

#866bcf Color Hex

#866BCF
(134,107,207)
0 Favorites   0 Comments

Color spaces of #866bcf

RGB 134107207
HSL0.710.510.62
HSV256°48°81°
CMYK 0.350.480.00   0.19
XYZ26.351720.088761.5201
Yxy20.08870.24410.1861
Hunter Lab44.820426.5115-50.0066
CIE-Lab51.937333.1985-48.2083

#866bcf color RGB value is (134,107,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01101011 11001111
Octal 206 153 317
Decimal 134 107 207
Hex 86 6B CF

RGB Percentages of Color #866bcf

%29.91
%23.88
%46.21

CMYK Percentages of Color #866bcf

%35
%48
%0
%19

Triadic Colors of #866bcf

#866bcf #cf866b #6bcf86

Analogous Colors of #866bcf

#866bcf #b86bcf #6b82cf

Monochromatic Colors of #866bcf

#866bcf

Complementary Color

#866bcf #b4cf6b

#866bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#866bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#866bcf Color CSS Codes

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

#866bcf Text Font Color

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

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


#866bcf Background Color

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

This div background color is #866bcf


#866bcf Border Color

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

This div border color is #866bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #866bcf


Comments

No comments written yet.

Please login to write comment.