Color Hex Logo

#860ddf Color Hex

#860DDF
(134,13,223)
0 Favorites   0 Comments

Color spaces of #860ddf

RGB 13413223
HSL0.760.890.46
HSV275°94°87°
CMYK 0.400.940.00   0.13
XYZ23.294710.683970.6465
Yxy10.68390.22260.1021
Hunter Lab32.686270.0118-105.2663
CIE-Lab39.042975.6490-78.2422

#860ddf color RGB value is (134,13,223).

#860ddf hex color red value is 134, green value is 13 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #860ddf hue: 0.76 , saturation: 0.89 and the lightness value of 860ddf is 0.46.

The process color (four color CMYK) of #860ddf color hex is 0.40, 0.94, 0.00, 0.13. Web safe color of #860ddf is #9900cc. Color #860ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00001101 11011111
Octal 206 15 337
Decimal 134 13 223
Hex 86 D DF

RGB Percentages of Color #860ddf

%36.22
%3.51
%60.27

CMYK Percentages of Color #860ddf

%40
%94
%0
%13

Triadic Colors of #860ddf

#860ddf #df860d #0ddf86

Analogous Colors of #860ddf

#860ddf #df0dcf #1d0ddf

Monochromatic Colors of #860ddf

#860ddf

Complementary Color

#860ddf #66df0d

#860ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#860ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#860ddf Color CSS Codes

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

#860ddf Text Font Color

<p style="color:#860ddf">Text here</p>

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


#860ddf Background Color

<div style="background-color:#860ddf">
Div content here</div>

This div background color is #860ddf


#860ddf Border Color

<div style="border:3px solid #860ddf">
Div here</div>

This div border color is #860ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #860ddf


Comments

No comments written yet.

Please login to write comment.