Color Hex Logo

#562ead Color Hex

#562EAD
(86,46,173)
0 Favorites   0 Comments

Color spaces of #562ead

RGB 8646173
HSL0.720.580.43
HSV259°73°68°
CMYK 0.500.730.00   0.32
XYZ12.35766.949640.2252
Yxy6.94960.20760.1167
Hunter Lab26.362137.5407-72.0155
CIE-Lab31.691947.7315-61.2806

#562ead color RGB value is (86,46,173).

#562ead hex color red value is 86, green value is 46 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #562ead hue: 0.72 , saturation: 0.58 and the lightness value of 562ead is 0.43.

The process color (four color CMYK) of #562ead color hex is 0.50, 0.73, 0.00, 0.32. Web safe color of #562ead is #663399. Color #562ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00101110 10101101
Octal 126 56 255
Decimal 86 46 173
Hex 56 2E AD

RGB Percentages of Color #562ead

%28.20
%15.08
%56.72

CMYK Percentages of Color #562ead

%50
%73
%0
%32

Triadic Colors of #562ead

#562ead #ad562e #2ead56

Analogous Colors of #562ead

#562ead #962ead #2e46ad

Monochromatic Colors of #562ead

#562ead

Complementary Color

#562ead #85ad2e

#562ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#562ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#562ead Color CSS Codes

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

#562ead Text Font Color

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

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


#562ead Background Color

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

This div background color is #562ead


#562ead Border Color

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

This div border color is #562ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #562ead


Comments

No comments written yet.

Please login to write comment.