Color Hex Logo

#562aab Color Hex

#562AAB
(86,42,171)
0 Favorites   0 Comments

Color spaces of #562aab

RGB 8642171
HSL0.720.610.42
HSV260°75°67°
CMYK 0.500.750.00   0.33
XYZ12.01646.574639.1638
Yxy6.57460.20810.1138
Hunter Lab25.641038.7806-72.6103
CIE-Lab30.818249.1445-61.5135

#562aab color RGB value is (86,42,171).

#562aab hex color red value is 86, green value is 42 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #562aab hue: 0.72 , saturation: 0.61 and the lightness value of 562aab is 0.42.

The process color (four color CMYK) of #562aab color hex is 0.50, 0.75, 0.00, 0.33. Web safe color of #562aab is #663399. Color #562aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00101010 10101011
Octal 126 52 253
Decimal 86 42 171
Hex 56 2A AB

RGB Percentages of Color #562aab

%28.76
%14.05
%57.19

CMYK Percentages of Color #562aab

%50
%75
%0
%33

Triadic Colors of #562aab

#562aab #ab562a #2aab56

Analogous Colors of #562aab

#562aab #972aab #2a3fab

Monochromatic Colors of #562aab

#562aab

Complementary Color

#562aab #7fab2a

#562aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#562aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#562aab Color CSS Codes

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

#562aab Text Font Color

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

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


#562aab Background Color

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

This div background color is #562aab


#562aab Border Color

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

This div border color is #562aab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,42,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 #562aab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #562aab


Comments

No comments written yet.

Please login to write comment.