Color Hex Logo

#56026e Color Hex

#56026E
(86,2,110)
0 Favorites   0 Comments

Color spaces of #56026e

RGB 862110
HSL0.800.960.22
HSV287°98°43°
CMYK 0.220.980.00   0.57
XYZ6.67393.147615.0077
Yxy3.14760.26880.1268
Hunter Lab17.741536.0997-37.7350
CIE-Lab20.625648.4079-40.1638

#56026e color RGB value is (86,2,110).

#56026e hex color red value is 86, green value is 2 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #56026e hue: 0.80 , saturation: 0.96 and the lightness value of 56026e is 0.22.

The process color (four color CMYK) of #56026e color hex is 0.22, 0.98, 0.00, 0.57. Web safe color of #56026e is #660066. Color #56026e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00000010 01101110
Octal 126 2 156
Decimal 86 2 110
Hex 56 2 6E

RGB Percentages of Color #56026e

%43.43
%1.01
%55.56

CMYK Percentages of Color #56026e

%22
%98
%0
%57

Triadic Colors of #56026e

#56026e #6e5602 #026e56

Analogous Colors of #56026e

#56026e #6e0250 #20026e

Monochromatic Colors of #56026e

#56026e

Complementary Color

#56026e #1a6e02

#56026e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56026e Color Preview on White Background

Lorem ipsum dolor sit amet.

#56026e Color CSS Codes

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

#56026e Text Font Color

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

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


#56026e Background Color

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

This div background color is #56026e


#56026e Border Color

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

This div border color is #56026e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56026e


Comments

No comments written yet.

Please login to write comment.