Color Hex Logo

#863fac Color Hex

#863FAC
(134,63,172)
0 Favorites   0 Comments

Color spaces of #863fac

RGB 13463172
HSL0.780.460.46
HSV279°63°67°
CMYK 0.220.630.00   0.33
XYZ19.055411.601940.2648
Yxy11.60190.26870.1636
Hunter Lab34.061640.2523-46.2447
CIE-Lab40.576348.7742-46.0097

#863fac color RGB value is (134,63,172).

#863fac hex color red value is 134, green value is 63 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #863fac hue: 0.78 , saturation: 0.46 and the lightness value of 863fac is 0.46.

The process color (four color CMYK) of #863fac color hex is 0.22, 0.63, 0.00, 0.33. Web safe color of #863fac is #993399. Color #863fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00111111 10101100
Octal 206 77 254
Decimal 134 63 172
Hex 86 3F AC

RGB Percentages of Color #863fac

%36.31
%17.07
%46.61

CMYK Percentages of Color #863fac

%22
%63
%0
%33

Triadic Colors of #863fac

#863fac #ac863f #3fac86

Analogous Colors of #863fac

#863fac #ac3f9c #503fac

Monochromatic Colors of #863fac

#863fac

Complementary Color

#863fac #65ac3f

#863fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#863fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#863fac Color CSS Codes

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

#863fac Text Font Color

<p style="color:#863fac">Text here</p>

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


#863fac Background Color

<div style="background-color:#863fac">
Div content here</div>

This div background color is #863fac


#863fac Border Color

<div style="border:3px solid #863fac">
Div here</div>

This div border color is #863fac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,63,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #863fac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #863fac;
  -webkit-box-shadow: 1px 1px 3px 2px #863fac;
  box-shadow:         1px 1px 3px 2px #863fac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #863fac


Comments

No comments written yet.

Please login to write comment.