Color Hex Logo

#5617ba Color Hex

#5617BA
(86,23,186)
0 Favorites   0 Comments

Color spaces of #5617ba

RGB 8623186
HSL0.730.780.41
HSV263°88°73°
CMYK 0.540.880.00   0.27
XYZ13.00716.136446.9533
Yxy6.13640.19680.0928
Hunter Lab24.771850.3758-95.0402
CIE-Lab29.754060.4466-72.2141

#5617ba color RGB value is (86,23,186).

#5617ba hex color red value is 86, green value is 23 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #5617ba hue: 0.73 , saturation: 0.78 and the lightness value of 5617ba is 0.41.

The process color (four color CMYK) of #5617ba color hex is 0.54, 0.88, 0.00, 0.27. Web safe color of #5617ba is #6600cc. Color #5617ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00010111 10111010
Octal 126 27 272
Decimal 86 23 186
Hex 56 17 BA

RGB Percentages of Color #5617ba

%29.15
%7.80
%63.05

CMYK Percentages of Color #5617ba

%54
%88
%0
%27

Triadic Colors of #5617ba

#5617ba #ba5617 #17ba56

Analogous Colors of #5617ba

#5617ba #a817ba #1729ba

Monochromatic Colors of #5617ba

#5617ba

Complementary Color

#5617ba #7bba17

#5617ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5617ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5617ba Color CSS Codes

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

#5617ba Text Font Color

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

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


#5617ba Background Color

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

This div background color is #5617ba


#5617ba Border Color

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

This div border color is #5617ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5617ba


Comments

No comments written yet.

Please login to write comment.