Color Hex Logo

#56077f Color Hex

#56077F
(86,7,127)
0 Favorites   0 Comments

Color spaces of #56077f

RGB 867127
HSL0.780.900.26
HSV280°94°50°
CMYK 0.320.940.00   0.50
XYZ7.74453.662720.3775
Yxy3.66270.24370.1152
Hunter Lab19.138238.7404-49.7327
CIE-Lab22.523450.7153-47.9805

#56077f color RGB value is (86,7,127).

#56077f hex color red value is 86, green value is 7 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #56077f hue: 0.78 , saturation: 0.90 and the lightness value of 56077f is 0.26.

The process color (four color CMYK) of #56077f color hex is 0.32, 0.94, 0.00, 0.50. Web safe color of #56077f is #660066. Color #56077f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00000111 01111111
Octal 126 7 177
Decimal 86 7 127
Hex 56 7 7F

RGB Percentages of Color #56077f

%39.09
%3.18
%57.73

CMYK Percentages of Color #56077f

%32
%94
%0
%50

Triadic Colors of #56077f

#56077f #7f5607 #077f56

Analogous Colors of #56077f

#56077f #7f076c #1a077f

Monochromatic Colors of #56077f

#56077f

Complementary Color

#56077f #307f07

#56077f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56077f Color Preview on White Background

Lorem ipsum dolor sit amet.

#56077f Color CSS Codes

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

#56077f Text Font Color

<p style="color:#56077f">Text here</p>

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


#56077f Background Color

<div style="background-color:#56077f">
Div content here</div>

This div background color is #56077f


#56077f Border Color

<div style="border:3px solid #56077f">
Div here</div>

This div border color is #56077f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,7,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #56077f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #56077f;
  -webkit-box-shadow: 1px 1px 3px 2px #56077f;
  box-shadow:         1px 1px 3px 2px #56077f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56077f


Comments

No comments written yet.

Please login to write comment.