Color Hex Logo

#561ce6 Color Hex

#561CE6
(86,28,230)
0 Favorites   0 Comments

Color spaces of #561ce6

RGB 8628230
HSL0.710.800.51
HSV257°88°90°
CMYK 0.630.880.00   0.10
XYZ18.53598.522175.5309
Yxy8.52210.18070.0831
Hunter Lab29.192662.2517-132.9678
CIE-Lab35.047469.9217-89.0327

#561ce6 color RGB value is (86,28,230).

#561ce6 hex color red value is 86, green value is 28 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #561ce6 hue: 0.71 , saturation: 0.80 and the lightness value of 561ce6 is 0.51.

The process color (four color CMYK) of #561ce6 color hex is 0.63, 0.88, 0.00, 0.10. Web safe color of #561ce6 is #6633ff. Color #561ce6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00011100 11100110
Octal 126 34 346
Decimal 86 28 230
Hex 56 1C E6

RGB Percentages of Color #561ce6

%25.00
%8.14
%66.86

CMYK Percentages of Color #561ce6

%63
%88
%0
%10

Triadic Colors of #561ce6

#561ce6 #e6561c #1ce656

Analogous Colors of #561ce6

#561ce6 #bb1ce6 #1c47e6

Monochromatic Colors of #561ce6

#561ce6

Complementary Color

#561ce6 #ace61c

#561ce6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#561ce6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#561ce6 Color CSS Codes

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

#561ce6 Text Font Color

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

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


#561ce6 Background Color

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

This div background color is #561ce6


#561ce6 Border Color

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

This div border color is #561ce6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #561ce6


Comments

No comments written yet.

Please login to write comment.