Color Hex Logo

#561cdd Color Hex

#561CDD
(86,28,221)
0 Favorites   0 Comments

Color spaces of #561cdd

RGB 8628221
HSL0.720.780.49
HSV258°87°87°
CMYK 0.610.870.00   0.13
XYZ17.30428.029469.0444
Yxy8.02940.18330.0851
Hunter Lab28.336259.4171-124.6316
CIE-Lab34.044067.6763-85.5421

#561cdd color RGB value is (86,28,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 00011100 11011101
Octal 126 34 335
Decimal 86 28 221
Hex 56 1C DD

RGB Percentages of Color #561cdd

%25.67
%8.36
%65.97

CMYK Percentages of Color #561cdd

%61
%87
%0
%13

Triadic Colors of #561cdd

#561cdd #dd561c #1cdd56

Analogous Colors of #561cdd

#561cdd #b71cdd #1c43dd

Monochromatic Colors of #561cdd

#561cdd

Complementary Color

#561cdd #a3dd1c

#561cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#561cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#561cdd Color CSS Codes

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

#561cdd Text Font Color

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

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


#561cdd Background Color

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

This div background color is #561cdd


#561cdd Border Color

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

This div border color is #561cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #561cdd


Comments

No comments written yet.

Please login to write comment.