Color Hex Logo

#56099f Color Hex

#56099F
(86,9,159)
0 Favorites   0 Comments

Color spaces of #56099f

RGB 869159
HSL0.750.890.33
HSV271°94°62°
CMYK 0.460.940.00   0.38
XYZ10.19344.677033.1664
Yxy4.67700.21220.0974
Hunter Lab21.626446.2882-75.7892
CIE-Lab25.794057.4082-62.5097

#56099f color RGB value is (86,9,159).

#56099f hex color red value is 86, green value is 9 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #56099f hue: 0.75 , saturation: 0.89 and the lightness value of 56099f is 0.33.

The process color (four color CMYK) of #56099f color hex is 0.46, 0.94, 0.00, 0.38. Web safe color of #56099f is #660099. Color #56099f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00001001 10011111
Octal 126 11 237
Decimal 86 9 159
Hex 56 9 9F

RGB Percentages of Color #56099f

%33.86
%3.54
%62.60

CMYK Percentages of Color #56099f

%46
%94
%0
%38

Triadic Colors of #56099f

#56099f #9f5609 #099f56

Analogous Colors of #56099f

#56099f #9f099d #0b099f

Monochromatic Colors of #56099f

#56099f

Complementary Color

#56099f #529f09

#56099f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56099f Color Preview on White Background

Lorem ipsum dolor sit amet.

#56099f Color CSS Codes

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

#56099f Text Font Color

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

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


#56099f Background Color

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

This div background color is #56099f


#56099f Border Color

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

This div border color is #56099f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56099f


Comments

No comments written yet.

Please login to write comment.