Color Hex Logo

#561caf Color Hex

#561CAF
(86,28,175)
0 Favorites   0 Comments

Color spaces of #561caf

RGB 8628175
HSL0.730.720.40
HSV264°84°69°
CMYK 0.510.840.00   0.31
XYZ11.99095.904141.0651
Yxy5.90410.20340.1001
Hunter Lab24.298445.5652-83.1934
CIE-Lab29.169256.0745-66.6220

#561caf color RGB value is (86,28,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 00011100 10101111
Octal 126 34 257
Decimal 86 28 175
Hex 56 1C AF

RGB Percentages of Color #561caf

%29.76
%9.69
%60.55

CMYK Percentages of Color #561caf

%51
%84
%0
%31

Triadic Colors of #561caf

#561caf #af561c #1caf56

Analogous Colors of #561caf

#561caf #a01caf #1c2caf

Monochromatic Colors of #561caf

#561caf

Complementary Color

#561caf #75af1c

#561caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#561caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#561caf Color CSS Codes

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

#561caf Text Font Color

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

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


#561caf Background Color

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

This div background color is #561caf


#561caf Border Color

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

This div border color is #561caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #561caf


Comments

No comments written yet.

Please login to write comment.