Color Hex Logo

#562586 Color Hex

#562586
(86,37,134)
0 Favorites   0 Comments

Color spaces of #562586

RGB 8637134
HSL0.750.570.34
HSV270°72°53°
CMYK 0.360.720.00   0.47
XYZ8.80245.022823.0598
Yxy5.02280.23860.1362
Hunter Lab22.411630.8875-45.3167
CIE-Lab26.799641.7353-45.4219

#562586 color RGB value is (86,37,134).

#562586 hex color red value is 86, green value is 37 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #562586 hue: 0.75 , saturation: 0.57 and the lightness value of 562586 is 0.34.

The process color (four color CMYK) of #562586 color hex is 0.36, 0.72, 0.00, 0.47. Web safe color of #562586 is #663399. Color #562586 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00100101 10000110
Octal 126 45 206
Decimal 86 37 134
Hex 56 25 86

RGB Percentages of Color #562586

%33.46
%14.40
%52.14

CMYK Percentages of Color #562586

%36
%72
%0
%47

Triadic Colors of #562586

#562586 #865625 #258656

Analogous Colors of #562586

#562586 #862586 #252586

Monochromatic Colors of #562586

#562586

Complementary Color

#562586 #558625

#562586 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#562586 Color Preview on White Background

Lorem ipsum dolor sit amet.

#562586 Color CSS Codes

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

#562586 Text Font Color

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

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


#562586 Background Color

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

This div background color is #562586


#562586 Border Color

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

This div border color is #562586


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,37,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #562586; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #562586;
  -webkit-box-shadow: 1px 1px 3px 2px #562586;
  box-shadow:         1px 1px 3px 2px #562586; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #562586


Comments

No comments written yet.

Please login to write comment.