Color Hex Logo

#863aab Color Hex

#863AAB
(134,58,171)
0 Favorites   0 Comments

Color spaces of #863aab

RGB 13458171
HSL0.780.490.45
HSV280°66°67°
CMYK 0.220.660.00   0.33
XYZ18.695311.034739.6726
Yxy11.03470.26940.1590
Hunter Lab33.218542.3269-47.5566
CIE-Lab39.638950.9597-46.9187

#863aab color RGB value is (134,58,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00111010 10101011
Octal 206 72 253
Decimal 134 58 171
Hex 86 3A AB

RGB Percentages of Color #863aab

%36.91
%15.98
%47.11

CMYK Percentages of Color #863aab

%22
%66
%0
%33

Triadic Colors of #863aab

#863aab #ab863a #3aab86

Analogous Colors of #863aab

#863aab #ab3a98 #4e3aab

Monochromatic Colors of #863aab

#863aab

Complementary Color

#863aab #5fab3a

#863aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#863aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#863aab Color CSS Codes

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

#863aab Text Font Color

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

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


#863aab Background Color

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

This div background color is #863aab


#863aab Border Color

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

This div border color is #863aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #863aab


Comments

No comments written yet.

Please login to write comment.