Color Hex Logo

#863cac Color Hex

#863CAC
(134,60,172)
0 Favorites   0 Comments

Color spaces of #863cac

RGB 13460172
HSL0.780.480.45
HSV280°65°67°
CMYK 0.220.650.00   0.33
XYZ18.893811.278640.2109
Yxy11.27860.26840.1602
Hunter Lab33.583641.6509-47.4815
CIE-Lab40.045850.2311-46.8603

#863cac color RGB value is (134,60,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00111100 10101100
Octal 206 74 254
Decimal 134 60 172
Hex 86 3C AC

RGB Percentages of Color #863cac

%36.61
%16.39
%46.99

CMYK Percentages of Color #863cac

%22
%65
%0
%33

Triadic Colors of #863cac

#863cac #ac863c #3cac86

Analogous Colors of #863cac

#863cac #ac3c9a #4e3cac

Monochromatic Colors of #863cac

#863cac

Complementary Color

#863cac #62ac3c

#863cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#863cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#863cac Color CSS Codes

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

#863cac Text Font Color

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

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


#863cac Background Color

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

This div background color is #863cac


#863cac Border Color

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

This div border color is #863cac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,60,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 #863cac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #863cac


Comments

No comments written yet.

Please login to write comment.