Color Hex Logo

#562359 Color Hex

#562359
(86,35,89)
0 Favorites   0 Comments

Color spaces of #562359

RGB 863589
HSL0.820.440.24
HSV297°61°35°
CMYK 0.030.610.00   0.65
XYZ6.24203.90189.8753
Yxy3.90180.31180.1949
Hunter Lab19.753021.8388-15.8144
CIE-Lab23.344132.1409-22.0240

#562359 color RGB value is (86,35,89).

#562359 hex color red value is 86, green value is 35 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #562359 hue: 0.82 , saturation: 0.44 and the lightness value of 562359 is 0.24.

The process color (four color CMYK) of #562359 color hex is 0.03, 0.61, 0.00, 0.65. Web safe color of #562359 is #663366. Color #562359 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00100011 01011001
Octal 126 43 131
Decimal 86 35 89
Hex 56 23 59

RGB Percentages of Color #562359

%40.95
%16.67
%42.38

CMYK Percentages of Color #562359

%3
%61
%0
%65

Triadic Colors of #562359

#562359 #595623 #235956

Analogous Colors of #562359

#562359 #592341 #3b2359

Monochromatic Colors of #562359

#562359

Complementary Color

#562359 #265923

#562359 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#562359 Color Preview on White Background

Lorem ipsum dolor sit amet.

#562359 Color CSS Codes

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

#562359 Text Font Color

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

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


#562359 Background Color

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

This div background color is #562359


#562359 Border Color

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

This div border color is #562359


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #562359


Comments

No comments written yet.

Please login to write comment.