Color Hex Logo

#860dbd Color Hex

#860DBD
(134,13,189)
0 Favorites   0 Comments

Color spaces of #860dbd

RGB 13413189
HSL0.780.870.40
HSV281°93°74°
CMYK 0.290.930.00   0.26
XYZ19.16079.030348.8773
Yxy9.03030.24860.1172
Hunter Lab30.050561.2264-75.4003
CIE-Lab36.042668.8541-63.4080

#860dbd color RGB value is (134,13,189).

#860dbd hex color red value is 134, green value is 13 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #860dbd hue: 0.78 , saturation: 0.87 and the lightness value of 860dbd is 0.40.

The process color (four color CMYK) of #860dbd color hex is 0.29, 0.93, 0.00, 0.26. Web safe color of #860dbd is #9900cc. Color #860dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00001101 10111101
Octal 206 15 275
Decimal 134 13 189
Hex 86 D BD

RGB Percentages of Color #860dbd

%39.88
%3.87
%56.25

CMYK Percentages of Color #860dbd

%29
%93
%0
%26

Triadic Colors of #860dbd

#860dbd #bd860d #0dbd86

Analogous Colors of #860dbd

#860dbd #bd0d9c #2e0dbd

Monochromatic Colors of #860dbd

#860dbd

Complementary Color

#860dbd #44bd0d

#860dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#860dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#860dbd Color CSS Codes

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

#860dbd Text Font Color

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

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


#860dbd Background Color

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

This div background color is #860dbd


#860dbd Border Color

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

This div border color is #860dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #860dbd


Comments

No comments written yet.

Please login to write comment.