Color Hex Logo

#866fdd Color Hex

#866FDD
(134,111,221)
0 Favorites   0 Comments

Color spaces of #866fdd

RGB 134111221
HSL0.700.620.65
HSV253°50°87°
CMYK 0.390.500.00   0.13
XYZ28.567121.657771.0813
Yxy21.65770.23550.1785
Hunter Lab46.537828.1304-57.9823
CIE-Lab53.661934.6568-53.3915

#866fdd color RGB value is (134,111,221).

#866fdd hex color red value is 134, green value is 111 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #866fdd hue: 0.70 , saturation: 0.62 and the lightness value of 866fdd is 0.65.

The process color (four color CMYK) of #866fdd color hex is 0.39, 0.50, 0.00, 0.13. Web safe color of #866fdd is #9966cc. Color #866fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01101111 11011101
Octal 206 157 335
Decimal 134 111 221
Hex 86 6F DD

RGB Percentages of Color #866fdd

%28.76
%23.82
%47.42

CMYK Percentages of Color #866fdd

%39
%50
%0
%13

Triadic Colors of #866fdd

#866fdd #dd866f #6fdd86

Analogous Colors of #866fdd

#866fdd #bd6fdd #6f8fdd

Monochromatic Colors of #866fdd

#866fdd

Complementary Color

#866fdd #c6dd6f

#866fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#866fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#866fdd Color CSS Codes

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

#866fdd Text Font Color

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

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


#866fdd Background Color

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

This div background color is #866fdd


#866fdd Border Color

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

This div border color is #866fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #866fdd


Comments

No comments written yet.

Please login to write comment.