Color Hex Logo

#562caa Color Hex

#562CAA
(86,44,170)
0 Favorites   0 Comments

Color spaces of #562caa

RGB 8644170
HSL0.720.590.42
HSV260°74°67°
CMYK 0.490.740.00   0.33
XYZ11.99416.682138.6878
Yxy6.68210.20910.1165
Hunter Lab25.849837.5856-70.6410
CIE-Lab31.072047.8953-60.4973

#562caa color RGB value is (86,44,170).

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

The process color (four color CMYK) of #562caa color hex is 0.49, 0.74, 0.00, 0.33. Web safe color of #562caa is #663399. Color #562caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00101100 10101010
Octal 126 54 252
Decimal 86 44 170
Hex 56 2C AA

RGB Percentages of Color #562caa

%28.67
%14.67
%56.67

CMYK Percentages of Color #562caa

%49
%74
%0
%33

Triadic Colors of #562caa

#562caa #aa562c #2caa56

Analogous Colors of #562caa

#562caa #952caa #2c41aa

Monochromatic Colors of #562caa

#562caa

Complementary Color

#562caa #80aa2c

#562caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#562caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#562caa Color CSS Codes

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

#562caa Text Font Color

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

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


#562caa Background Color

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

This div background color is #562caa


#562caa Border Color

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

This div border color is #562caa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,44,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #562caa


Comments

No comments written yet.

Please login to write comment.