Color Hex Logo

#5617da Color Hex

#5617DA
(86,23,218)
0 Favorites   0 Comments

Color spaces of #5617da

RGB 8623218
HSL0.720.810.47
HSV259°89°85°
CMYK 0.610.890.00   0.15
XYZ16.79907.653266.9215
Yxy7.65320.18380.0838
Hunter Lab27.664459.9800-124.0601
CIE-Lab33.249968.3141-85.1318

#5617da color RGB value is (86,23,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 00010111 11011010
Octal 126 27 332
Decimal 86 23 218
Hex 56 17 DA

RGB Percentages of Color #5617da

%26.30
%7.03
%66.67

CMYK Percentages of Color #5617da

%61
%89
%0
%15

Triadic Colors of #5617da

#5617da #da5617 #17da56

Analogous Colors of #5617da

#5617da #b817da #173ada

Monochromatic Colors of #5617da

#5617da

Complementary Color

#5617da #9bda17

#5617da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5617da Color Preview on White Background

Lorem ipsum dolor sit amet.

#5617da Color CSS Codes

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

#5617da Text Font Color

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

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


#5617da Background Color

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

This div background color is #5617da


#5617da Border Color

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

This div border color is #5617da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5617da


Comments

No comments written yet.

Please login to write comment.