Color Hex Logo

#860ddb Color Hex

#860DDB
(134,13,219)
0 Favorites   0 Comments

Color spaces of #860ddb

RGB 13413219
HSL0.760.890.45
HSV275°94°86°
CMYK 0.390.940.00   0.14
XYZ22.761610.470767.8392
Yxy10.47070.22520.1036
Hunter Lab32.358568.9332-101.6500
CIE-Lab38.674374.8324-76.5532

#860ddb color RGB value is (134,13,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00001101 11011011
Octal 206 15 333
Decimal 134 13 219
Hex 86 D DB

RGB Percentages of Color #860ddb

%36.61
%3.55
%59.84

CMYK Percentages of Color #860ddb

%39
%94
%0
%14

Triadic Colors of #860ddb

#860ddb #db860d #0ddb86

Analogous Colors of #860ddb

#860ddb #db0dc9 #1f0ddb

Monochromatic Colors of #860ddb

#860ddb

Complementary Color

#860ddb #62db0d

#860ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#860ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#860ddb Color CSS Codes

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

#860ddb Text Font Color

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

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


#860ddb Background Color

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

This div background color is #860ddb


#860ddb Border Color

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

This div border color is #860ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #860ddb


Comments

No comments written yet.

Please login to write comment.