Color Hex Logo

#866edf Color Hex

#866EDF
(134,110,223)
0 Favorites   0 Comments

Color spaces of #866edf

RGB 134110223
HSL0.700.640.65
HSV253°51°87°
CMYK 0.400.510.00   0.13
XYZ28.726721.547972.4571
Yxy21.54790.23410.1756
Hunter Lab46.419729.2297-60.0527
CIE-Lab53.544035.7877-54.7070

#866edf color RGB value is (134,110,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01101110 11011111
Octal 206 156 337
Decimal 134 110 223
Hex 86 6E DF

RGB Percentages of Color #866edf

%28.69
%23.55
%47.75

CMYK Percentages of Color #866edf

%40
%51
%0
%13

Triadic Colors of #866edf

#866edf #df866e #6edf86

Analogous Colors of #866edf

#866edf #bf6edf #6e8fdf

Monochromatic Colors of #866edf

#866edf

Complementary Color

#866edf #c7df6e

#866edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#866edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#866edf Color CSS Codes

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

#866edf Text Font Color

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

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


#866edf Background Color

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

This div background color is #866edf


#866edf Border Color

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

This div border color is #866edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #866edf


Comments

No comments written yet.

Please login to write comment.