Color Hex Logo

#5705bd Color Hex

#5705BD
(87,5,189)
0 Favorites   0 Comments

Color spaces of #5705bd

RGB 875189
HSL0.740.950.38
HSV267°97°74°
CMYK 0.540.970.00   0.26
XYZ13.17015.808948.5712
Yxy5.80890.19500.0860
Hunter Lab24.101755.3616-102.6138
CIE-Lab28.925165.0913-75.3592

#5705bd color RGB value is (87,5,189).

#5705bd hex color red value is 87, green value is 5 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5705bd hue: 0.74 , saturation: 0.95 and the lightness value of 5705bd is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00000101 10111101
Octal 127 5 275
Decimal 87 5 189
Hex 57 5 BD

RGB Percentages of Color #5705bd

%30.96
%1.78
%67.26

CMYK Percentages of Color #5705bd

%54
%97
%0
%26

Triadic Colors of #5705bd

#5705bd #bd5705 #05bd57

Analogous Colors of #5705bd

#5705bd #b305bd #050fbd

Monochromatic Colors of #5705bd

#5705bd

Complementary Color

#5705bd #6bbd05

#5705bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5705bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5705bd Color CSS Codes

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

#5705bd Text Font Color

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

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


#5705bd Background Color

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

This div background color is #5705bd


#5705bd Border Color

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

This div border color is #5705bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,5,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 #5705bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5705bd


Comments

No comments written yet.

Please login to write comment.