Color Hex Logo

#561cca Color Hex

#561CCA
(86,28,202)
0 Favorites   0 Comments

Color spaces of #561cca

RGB 8628202
HSL0.720.760.45
HSV260°86°79°
CMYK 0.570.860.00   0.21
XYZ14.91377.073256.4563
Yxy7.07320.19010.0902
Hunter Lab26.595553.5536-107.2426
CIE-Lab31.973062.9022-77.9627

#561cca color RGB value is (86,28,202).

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

The process color (four color CMYK) of #561cca color hex is 0.57, 0.86, 0.00, 0.21. Web safe color of #561cca is #6633cc. Color #561cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00011100 11001010
Octal 126 34 312
Decimal 86 28 202
Hex 56 1C CA

RGB Percentages of Color #561cca

%27.22
%8.86
%63.92

CMYK Percentages of Color #561cca

%57
%86
%0
%21

Triadic Colors of #561cca

#561cca #ca561c #1cca56

Analogous Colors of #561cca

#561cca #ad1cca #1c39ca

Monochromatic Colors of #561cca

#561cca

Complementary Color

#561cca #90ca1c

#561cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#561cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#561cca Color CSS Codes

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

#561cca Text Font Color

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

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


#561cca Background Color

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

This div background color is #561cca


#561cca Border Color

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

This div border color is #561cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #561cca


Comments

No comments written yet.

Please login to write comment.