Color Hex Logo

#5716bb Color Hex

#5716BB
(87,22,187)
0 Favorites   0 Comments

Color spaces of #5716bb

RGB 8722187
HSL0.730.790.41
HSV264°88°73°
CMYK 0.530.880.00   0.27
XYZ13.18706.187947.5131
Yxy6.18790.19720.0925
Hunter Lab24.875551.0944-95.8332
CIE-Lab29.881761.0789-72.5921

#5716bb color RGB value is (87,22,187).

#5716bb hex color red value is 87, green value is 22 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #5716bb hue: 0.73 , saturation: 0.79 and the lightness value of 5716bb is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00010110 10111011
Octal 127 26 273
Decimal 87 22 187
Hex 57 16 BB

RGB Percentages of Color #5716bb

%29.39
%7.43
%63.18

CMYK Percentages of Color #5716bb

%53
%88
%0
%27

Triadic Colors of #5716bb

#5716bb #bb5716 #16bb57

Analogous Colors of #5716bb

#5716bb #aa16bb #1627bb

Monochromatic Colors of #5716bb

#5716bb

Complementary Color

#5716bb #7abb16

#5716bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5716bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5716bb Color CSS Codes

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

#5716bb Text Font Color

<p style="color:#5716bb">Text here</p>

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


#5716bb Background Color

<div style="background-color:#5716bb">
Div content here</div>

This div background color is #5716bb


#5716bb Border Color

<div style="border:3px solid #5716bb">
Div here</div>

This div border color is #5716bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,22,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5716bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5716bb;
  -webkit-box-shadow: 1px 1px 3px 2px #5716bb;
  box-shadow:         1px 1px 3px 2px #5716bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,22,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5716bb


Comments

No comments written yet.

Please login to write comment.