Color Hex Logo

#561ace Color Hex

#561ACE
(86,26,206)
0 Favorites   0 Comments

Color spaces of #561ace

RGB 8626206
HSL0.720.780.45
HSV260°87°81°
CMYK 0.580.870.00   0.19
XYZ15.34777.173558.9682
Yxy7.17350.18830.0880
Hunter Lab26.783455.4150-111.7887
CIE-Lab32.198764.5204-79.9220

#561ace color RGB value is (86,26,206).

#561ace hex color red value is 86, green value is 26 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #561ace hue: 0.72 , saturation: 0.78 and the lightness value of 561ace is 0.45.

The process color (four color CMYK) of #561ace color hex is 0.58, 0.87, 0.00, 0.19. Web safe color of #561ace is #6633cc. Color #561ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00011010 11001110
Octal 126 32 316
Decimal 86 26 206
Hex 56 1A CE

RGB Percentages of Color #561ace

%27.04
%8.18
%64.78

CMYK Percentages of Color #561ace

%58
%87
%0
%19

Triadic Colors of #561ace

#561ace #ce561a #1ace56

Analogous Colors of #561ace

#561ace #b01ace #1a38ce

Monochromatic Colors of #561ace

#561ace

Complementary Color

#561ace #92ce1a

#561ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#561ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#561ace Color CSS Codes

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

#561ace Text Font Color

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

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


#561ace Background Color

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

This div background color is #561ace


#561ace Border Color

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

This div border color is #561ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #561ace


Comments

No comments written yet.

Please login to write comment.