Color Hex Logo

#56139c Color Hex

#56139C
(86,19,156)
0 Favorites   0 Comments

Color spaces of #56139c

RGB 8619156
HSL0.750.780.34
HSV269°88°61°
CMYK 0.450.880.00   0.39
XYZ10.07144.844531.8567
Yxy4.84450.21530.1036
Hunter Lab22.010243.1598-70.4068
CIE-Lab26.287154.3313-59.8644

#56139c color RGB value is (86,19,156).

#56139c hex color red value is 86, green value is 19 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #56139c hue: 0.75 , saturation: 0.78 and the lightness value of 56139c is 0.34.

The process color (four color CMYK) of #56139c color hex is 0.45, 0.88, 0.00, 0.39. Web safe color of #56139c is #660099. Color #56139c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00010011 10011100
Octal 126 23 234
Decimal 86 19 156
Hex 56 13 9C

RGB Percentages of Color #56139c

%32.95
%7.28
%59.77

CMYK Percentages of Color #56139c

%45
%88
%0
%39

Triadic Colors of #56139c

#56139c #9c5613 #139c56

Analogous Colors of #56139c

#56139c #9b139c #13159c

Monochromatic Colors of #56139c

#56139c

Complementary Color

#56139c #599c13

#56139c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56139c Color Preview on White Background

Lorem ipsum dolor sit amet.

#56139c Color CSS Codes

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

#56139c Text Font Color

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

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


#56139c Background Color

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

This div background color is #56139c


#56139c Border Color

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

This div border color is #56139c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56139c


Comments

No comments written yet.

Please login to write comment.