Color Hex Logo

#863dad Color Hex

#863DAD
(134,61,173)
0 Favorites   0 Comments

Color spaces of #863dad

RGB 13461173
HSL0.780.480.46
HSV279°65°68°
CMYK 0.230.650.00   0.32
XYZ19.043111.422940.7363
Yxy11.42290.26750.1604
Hunter Lab33.797841.4283-47.8035
CIE-Lab40.283849.9719-47.0722

#863dad color RGB value is (134,61,173).

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

The process color (four color CMYK) of #863dad color hex is 0.23, 0.65, 0.00, 0.32. Web safe color of #863dad is #993399. Color #863dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00111101 10101101
Octal 206 75 255
Decimal 134 61 173
Hex 86 3D AD

RGB Percentages of Color #863dad

%36.41
%16.58
%47.01

CMYK Percentages of Color #863dad

%23
%65
%0
%32

Triadic Colors of #863dad

#863dad #ad863d #3dad86

Analogous Colors of #863dad

#863dad #ad3d9c #4e3dad

Monochromatic Colors of #863dad

#863dad

Complementary Color

#863dad #64ad3d

#863dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#863dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#863dad Color CSS Codes

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

#863dad Text Font Color

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

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


#863dad Background Color

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

This div background color is #863dad


#863dad Border Color

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

This div border color is #863dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #863dad


Comments

No comments written yet.

Please login to write comment.