Color Hex Logo

#860dcf Color Hex

#860DCF
(134,13,207)
0 Favorites   0 Comments

Color spaces of #860dcf

RGB 13413207
HSL0.770.880.43
HSV277°94°81°
CMYK 0.350.940.00   0.19
XYZ21.23799.861259.8155
Yxy9.86120.23360.1085
Hunter Lab31.402565.7671-90.9537
CIE-Lab37.592272.4078-71.4000

#860dcf color RGB value is (134,13,207).

#860dcf hex color red value is 134, green value is 13 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #860dcf hue: 0.77 , saturation: 0.88 and the lightness value of 860dcf is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00001101 11001111
Octal 206 15 317
Decimal 134 13 207
Hex 86 D CF

RGB Percentages of Color #860dcf

%37.85
%3.67
%58.47

CMYK Percentages of Color #860dcf

%35
%94
%0
%19

Triadic Colors of #860dcf

#860dcf #cf860d #0dcf86

Analogous Colors of #860dcf

#860dcf #cf0db7 #250dcf

Monochromatic Colors of #860dcf

#860dcf

Complementary Color

#860dcf #56cf0d

#860dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#860dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#860dcf Color CSS Codes

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

#860dcf Text Font Color

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

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


#860dcf Background Color

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

This div background color is #860dcf


#860dcf Border Color

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

This div border color is #860dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #860dcf


Comments

No comments written yet.

Please login to write comment.