Color Hex Logo

#56307e Color Hex

#56307E
(86,48,126)
0 Favorites   0 Comments

Color spaces of #56307e

RGB 8648126
HSL0.750.450.34
HSV269°62°49°
CMYK 0.320.620.00   0.51
XYZ8.66065.598720.3629
Yxy5.59870.25010.1617
Hunter Lab23.661623.9268-34.4612
CIE-Lab28.376633.7169-37.8616

#56307e color RGB value is (86,48,126).

#56307e hex color red value is 86, green value is 48 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #56307e hue: 0.75 , saturation: 0.45 and the lightness value of 56307e is 0.34.

The process color (four color CMYK) of #56307e color hex is 0.32, 0.62, 0.00, 0.51. Web safe color of #56307e is #663366. Color #56307e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00110000 01111110
Octal 126 60 176
Decimal 86 48 126
Hex 56 30 7E

RGB Percentages of Color #56307e

%33.08
%18.46
%48.46

CMYK Percentages of Color #56307e

%32
%62
%0
%51

Triadic Colors of #56307e

#56307e #7e5630 #307e56

Analogous Colors of #56307e

#56307e #7d307e #30317e

Monochromatic Colors of #56307e

#56307e

Complementary Color

#56307e #587e30

#56307e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56307e Color Preview on White Background

Lorem ipsum dolor sit amet.

#56307e Color CSS Codes

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

#56307e Text Font Color

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

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


#56307e Background Color

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

This div background color is #56307e


#56307e Border Color

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

This div border color is #56307e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56307e

#56307e Color Palettes


Comments

No comments written yet.

Please login to write comment.