Color Hex Logo

#56147c Color Hex

#56147C
(86,20,124)
0 Favorites   0 Comments

Color spaces of #56147c

RGB 8620124
HSL0.770.720.28
HSV278°84°49°
CMYK 0.310.840.00   0.51
XYZ7.72603.934019.4209
Yxy3.93400.24860.1266
Hunter Lab19.834334.8205-44.1702
CIE-Lab23.452046.5400-44.5606

#56147c color RGB value is (86,20,124).

#56147c hex color red value is 86, green value is 20 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #56147c hue: 0.77 , saturation: 0.72 and the lightness value of 56147c is 0.28.

The process color (four color CMYK) of #56147c color hex is 0.31, 0.84, 0.00, 0.51. Web safe color of #56147c is #660066. Color #56147c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00010100 01111100
Octal 126 24 174
Decimal 86 20 124
Hex 56 14 7C

RGB Percentages of Color #56147c

%37.39
%8.70
%53.91

CMYK Percentages of Color #56147c

%31
%84
%0
%51

Triadic Colors of #56147c

#56147c #7c5614 #147c56

Analogous Colors of #56147c

#56147c #7c146e #22147c

Monochromatic Colors of #56147c

#56147c

Complementary Color

#56147c #3a7c14

#56147c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56147c Color Preview on White Background

Lorem ipsum dolor sit amet.

#56147c Color CSS Codes

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

#56147c Text Font Color

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

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


#56147c Background Color

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

This div background color is #56147c


#56147c Border Color

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

This div border color is #56147c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,20,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #56147c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #56147c;
  -webkit-box-shadow: 1px 1px 3px 2px #56147c;
  box-shadow:         1px 1px 3px 2px #56147c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56147c


Comments

No comments written yet.

Please login to write comment.