Color Hex Logo

#56408c Color Hex

#56408C
(86,64,140)
0 Favorites   0 Comments

Color spaces of #56408c

RGB 8664140
HSL0.710.370.40
HSV257°54°55°
CMYK 0.390.540.00   0.45
XYZ10.40487.538725.7177
Yxy7.53870.23830.1727
Hunter Lab27.456719.5939-36.3151
CIE-Lab33.003127.9654-39.1410

#56408c color RGB value is (86,64,140).

#56408c hex color red value is 86, green value is 64 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #56408c hue: 0.71 , saturation: 0.37 and the lightness value of 56408c is 0.40.

The process color (four color CMYK) of #56408c color hex is 0.39, 0.54, 0.00, 0.45. Web safe color of #56408c is #663399. Color #56408c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01000000 10001100
Octal 126 100 214
Decimal 86 64 140
Hex 56 40 8C

RGB Percentages of Color #56408c

%29.66
%22.07
%48.28

CMYK Percentages of Color #56408c

%39
%54
%0
%45

Triadic Colors of #56408c

#56408c #8c5640 #408c56

Analogous Colors of #56408c

#56408c #7c408c #40508c

Monochromatic Colors of #56408c

#56408c

Complementary Color

#56408c #768c40

#56408c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56408c Color Preview on White Background

Lorem ipsum dolor sit amet.

#56408c Color CSS Codes

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

#56408c Text Font Color

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

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


#56408c Background Color

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

This div background color is #56408c


#56408c Border Color

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

This div border color is #56408c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56408c


Comments

No comments written yet.

Please login to write comment.