Color Hex Logo

#5617d0 Color Hex

#5617D0
(86,23,208)
0 Favorites   0 Comments

Color spaces of #5617d0

RGB 8623208
HSL0.720.800.45
HSV260°89°82°
CMYK 0.590.890.00   0.18
XYZ15.52937.145360.2352
Yxy7.14530.18730.0862
Hunter Lab26.730756.9216-114.8932
CIE-Lab32.135465.8626-81.1903

#5617d0 color RGB value is (86,23,208).

#5617d0 hex color red value is 86, green value is 23 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #5617d0 hue: 0.72 , saturation: 0.80 and the lightness value of 5617d0 is 0.45.

The process color (four color CMYK) of #5617d0 color hex is 0.59, 0.89, 0.00, 0.18. Web safe color of #5617d0 is #6600cc. Color #5617d0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00010111 11010000
Octal 126 27 320
Decimal 86 23 208
Hex 56 17 D0

RGB Percentages of Color #5617d0

%27.13
%7.26
%65.62

CMYK Percentages of Color #5617d0

%59
%89
%0
%18

Triadic Colors of #5617d0

#5617d0 #d05617 #17d056

Analogous Colors of #5617d0

#5617d0 #b317d0 #1734d0

Monochromatic Colors of #5617d0

#5617d0

Complementary Color

#5617d0 #91d017

#5617d0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5617d0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5617d0 Color CSS Codes

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

#5617d0 Text Font Color

<p style="color:#5617d0">Text here</p>

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


#5617d0 Background Color

<div style="background-color:#5617d0">
Div content here</div>

This div background color is #5617d0


#5617d0 Border Color

<div style="border:3px solid #5617d0">
Div here</div>

This div border color is #5617d0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,23,208, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5617d0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5617d0;
  -webkit-box-shadow: 1px 1px 3px 2px #5617d0;
  box-shadow:         1px 1px 3px 2px #5617d0; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5617d0


Comments

No comments written yet.

Please login to write comment.