Color Hex Logo

#560dab Color Hex

#560DAB
(86,13,171)
0 Favorites   0 Comments

Color spaces of #560dab

RGB 8613171
HSL0.740.860.36
HSV268°92°67°
CMYK 0.500.920.00   0.33
XYZ11.33245.206638.9358
Yxy5.20660.20430.0939
Hunter Lab22.818048.7194-85.1978
CIE-Lab27.315459.3877-67.2761

#560dab color RGB value is (86,13,171).

#560dab hex color red value is 86, green value is 13 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #560dab hue: 0.74 , saturation: 0.86 and the lightness value of 560dab is 0.36.

The process color (four color CMYK) of #560dab color hex is 0.50, 0.92, 0.00, 0.33. Web safe color of #560dab is #660099. Color #560dab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00001101 10101011
Octal 126 15 253
Decimal 86 13 171
Hex 56 D AB

RGB Percentages of Color #560dab

%31.85
%4.81
%63.33

CMYK Percentages of Color #560dab

%50
%92
%0
%33

Triadic Colors of #560dab

#560dab #ab560d #0dab56

Analogous Colors of #560dab

#560dab #a50dab #0d13ab

Monochromatic Colors of #560dab

#560dab

Complementary Color

#560dab #62ab0d

#560dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#560dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#560dab Color CSS Codes

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

#560dab Text Font Color

<p style="color:#560dab">Text here</p>

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


#560dab Background Color

<div style="background-color:#560dab">
Div content here</div>

This div background color is #560dab


#560dab Border Color

<div style="border:3px solid #560dab">
Div here</div>

This div border color is #560dab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,13,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #560dab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #560dab;
  -webkit-box-shadow: 1px 1px 3px 2px #560dab;
  box-shadow:         1px 1px 3px 2px #560dab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #560dab


Comments

No comments written yet.

Please login to write comment.