Color Hex Logo

#866dcf Color Hex

#866DCF
(134,109,207)
0 Favorites   0 Comments

Color spaces of #866dcf

RGB 134109207
HSL0.710.510.62
HSV255°47°81°
CMYK 0.350.470.00   0.19
XYZ26.562620.510661.5904
Yxy20.51060.24440.1888
Hunter Lab45.288625.4384-48.9296
CIE-Lab52.409732.0301-47.4569

#866dcf color RGB value is (134,109,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01101101 11001111
Octal 206 155 317
Decimal 134 109 207
Hex 86 6D CF

RGB Percentages of Color #866dcf

%29.78
%24.22
%46.00

CMYK Percentages of Color #866dcf

%35
%47
%0
%19

Triadic Colors of #866dcf

#866dcf #cf866d #6dcf86

Analogous Colors of #866dcf

#866dcf #b76dcf #6d85cf

Monochromatic Colors of #866dcf

#866dcf

Complementary Color

#866dcf #b6cf6d

#866dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#866dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#866dcf Color CSS Codes

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

#866dcf Text Font Color

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

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


#866dcf Background Color

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

This div background color is #866dcf


#866dcf Border Color

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

This div border color is #866dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #866dcf


Comments

No comments written yet.

Please login to write comment.