Color Hex Logo

#860deb Color Hex

#860DEB
(134,13,235)
0 Favorites   0 Comments

Color spaces of #860deb

RGB 13413235
HSL0.760.900.49
HSV273°94°92°
CMYK 0.430.940.00   0.08
XYZ24.970811.354379.4728
Yxy11.35430.21560.0981
Hunter Lab33.696173.3106-116.2490
CIE-Lab40.170978.1184-83.2270

#860deb color RGB value is (134,13,235).

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

The process color (four color CMYK) of #860deb color hex is 0.43, 0.94, 0.00, 0.08. Web safe color of #860deb is #9900ff. Color #860deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00001101 11101011
Octal 206 15 353
Decimal 134 13 235
Hex 86 D EB

RGB Percentages of Color #860deb

%35.08
%3.40
%61.52

CMYK Percentages of Color #860deb

%43
%94
%0
%8

Triadic Colors of #860deb

#860deb #eb860d #0deb86

Analogous Colors of #860deb

#860deb #eb0de1 #170deb

Monochromatic Colors of #860deb

#860deb

Complementary Color

#860deb #72eb0d

#860deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#860deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#860deb Color CSS Codes

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

#860deb Text Font Color

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

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


#860deb Background Color

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

This div background color is #860deb


#860deb Border Color

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

This div border color is #860deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #860deb


Comments

No comments written yet.

Please login to write comment.