Color Hex Logo

#5718bd Color Hex

#5718BD
(87,24,189)
0 Favorites   0 Comments

Color spaces of #5718bd

RGB 8724189
HSL0.730.770.42
HSV263°87°74°
CMYK 0.540.870.00   0.26
XYZ13.44246.353648.6620
Yxy6.35360.19640.0928
Hunter Lab25.206351.0819-96.8176
CIE-Lab30.287660.9896-73.1052

#5718bd color RGB value is (87,24,189).

#5718bd hex color red value is 87, green value is 24 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5718bd hue: 0.73 , saturation: 0.77 and the lightness value of 5718bd is 0.42.

The process color (four color CMYK) of #5718bd color hex is 0.54, 0.87, 0.00, 0.26. Web safe color of #5718bd is #6600cc. Color #5718bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00011000 10111101
Octal 127 30 275
Decimal 87 24 189
Hex 57 18 BD

RGB Percentages of Color #5718bd

%29.00
%8.00
%63.00

CMYK Percentages of Color #5718bd

%54
%87
%0
%26

Triadic Colors of #5718bd

#5718bd #bd5718 #18bd57

Analogous Colors of #5718bd

#5718bd #aa18bd #182cbd

Monochromatic Colors of #5718bd

#5718bd

Complementary Color

#5718bd #7ebd18

#5718bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5718bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5718bd Color CSS Codes

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

#5718bd Text Font Color

<p style="color:#5718bd">Text here</p>

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


#5718bd Background Color

<div style="background-color:#5718bd">
Div content here</div>

This div background color is #5718bd


#5718bd Border Color

<div style="border:3px solid #5718bd">
Div here</div>

This div border color is #5718bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,24,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5718bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5718bd;
  -webkit-box-shadow: 1px 1px 3px 2px #5718bd;
  box-shadow:         1px 1px 3px 2px #5718bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5718bd


Comments

No comments written yet.

Please login to write comment.