Color Hex Logo

#56119b Color Hex

#56119B
(86,17,155)
0 Favorites   0 Comments

Color spaces of #56119b

RGB 8617155
HSL0.750.800.34
HSV270°89°61°
CMYK 0.450.890.00   0.39
XYZ9.95464.745931.4017
Yxy4.74590.21590.1029
Hunter Lab21.785143.4409-70.2129
CIE-Lab25.998254.6581-59.7273

#56119b color RGB value is (86,17,155).

#56119b hex color red value is 86, green value is 17 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #56119b hue: 0.75 , saturation: 0.80 and the lightness value of 56119b is 0.34.

The process color (four color CMYK) of #56119b color hex is 0.45, 0.89, 0.00, 0.39. Web safe color of #56119b is #660099. Color #56119b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00010001 10011011
Octal 126 21 233
Decimal 86 17 155
Hex 56 11 9B

RGB Percentages of Color #56119b

%33.33
%6.59
%60.08

CMYK Percentages of Color #56119b

%45
%89
%0
%39

Triadic Colors of #56119b

#56119b #9b5611 #119b56

Analogous Colors of #56119b

#56119b #9b119b #11119b

Monochromatic Colors of #56119b

#56119b

Complementary Color

#56119b #569b11

#56119b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56119b Color Preview on White Background

Lorem ipsum dolor sit amet.

#56119b Color CSS Codes

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

#56119b Text Font Color

<p style="color:#56119b">Text here</p>

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


#56119b Background Color

<div style="background-color:#56119b">
Div content here</div>

This div background color is #56119b


#56119b Border Color

<div style="border:3px solid #56119b">
Div here</div>

This div border color is #56119b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,17,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #56119b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #56119b;
  -webkit-box-shadow: 1px 1px 3px 2px #56119b;
  box-shadow:         1px 1px 3px 2px #56119b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56119b


Comments

No comments written yet.

Please login to write comment.