Color Hex Logo

#56399d Color Hex

#56399D
(86,57,157)
0 Favorites   0 Comments

Color spaces of #56399d

RGB 8657157
HSL0.720.470.42
HSV257°64°62°
CMYK 0.450.640.00   0.38
XYZ11.38677.339032.7147
Yxy7.33900.22140.1427
Hunter Lab27.090627.6185-52.6354
CIE-Lab32.566537.1462-50.2192

#56399d color RGB value is (86,57,157).

#56399d hex color red value is 86, green value is 57 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #56399d hue: 0.72 , saturation: 0.47 and the lightness value of 56399d is 0.42.

The process color (four color CMYK) of #56399d color hex is 0.45, 0.64, 0.00, 0.38. Web safe color of #56399d is #663399. Color #56399d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00111001 10011101
Octal 126 71 235
Decimal 86 57 157
Hex 56 39 9D

RGB Percentages of Color #56399d

%28.67
%19.00
%52.33

CMYK Percentages of Color #56399d

%45
%64
%0
%38

Triadic Colors of #56399d

#56399d #9d5639 #399d56

Analogous Colors of #56399d

#56399d #88399d #394e9d

Monochromatic Colors of #56399d

#56399d

Complementary Color

#56399d #809d39

#56399d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56399d Color Preview on White Background

Lorem ipsum dolor sit amet.

#56399d Color CSS Codes

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

#56399d Text Font Color

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

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


#56399d Background Color

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

This div background color is #56399d


#56399d Border Color

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

This div border color is #56399d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,57,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #56399d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #56399d;
  -webkit-box-shadow: 1px 1px 3px 2px #56399d;
  box-shadow:         1px 1px 3px 2px #56399d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56399d


Comments

No comments written yet.

Please login to write comment.