Color Hex Logo

#561ab0 Color Hex

#561AB0
(86,26,176)
0 Favorites   0 Comments

Color spaces of #561ab0

RGB 8626176
HSL0.730.740.40
HSV264°85°69°
CMYK 0.510.850.00   0.31
XYZ12.04365.851841.5690
Yxy5.85180.20250.0984
Hunter Lab24.190546.5355-84.9507
CIE-Lab29.035457.0179-67.4412

#561ab0 color RGB value is (86,26,176).

#561ab0 hex color red value is 86, green value is 26 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #561ab0 hue: 0.73 , saturation: 0.74 and the lightness value of 561ab0 is 0.40.

The process color (four color CMYK) of #561ab0 color hex is 0.51, 0.85, 0.00, 0.31. Web safe color of #561ab0 is #663399. Color #561ab0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00011010 10110000
Octal 126 32 260
Decimal 86 26 176
Hex 56 1A B0

RGB Percentages of Color #561ab0

%29.86
%9.03
%61.11

CMYK Percentages of Color #561ab0

%51
%85
%0
%31

Triadic Colors of #561ab0

#561ab0 #b0561a #1ab056

Analogous Colors of #561ab0

#561ab0 #a11ab0 #1a29b0

Monochromatic Colors of #561ab0

#561ab0

Complementary Color

#561ab0 #74b01a

#561ab0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#561ab0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#561ab0 Color CSS Codes

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

#561ab0 Text Font Color

<p style="color:#561ab0">Text here</p>

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


#561ab0 Background Color

<div style="background-color:#561ab0">
Div content here</div>

This div background color is #561ab0


#561ab0 Border Color

<div style="border:3px solid #561ab0">
Div here</div>

This div border color is #561ab0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,26,176, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #561ab0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #561ab0;
  -webkit-box-shadow: 1px 1px 3px 2px #561ab0;
  box-shadow:         1px 1px 3px 2px #561ab0; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #561ab0


Comments

No comments written yet.

Please login to write comment.