Color Hex Logo

#5739bd Color Hex

#5739BD
(87,57,189)
0 Favorites   0 Comments

Color spaces of #5739bd

RGB 8757189
HSL0.700.540.48
HSV254°70°74°
CMYK 0.540.700.00   0.26
XYZ14.57898.626649.0408
Yxy8.62660.20180.1194
Hunter Lab29.371137.2025-78.4366
CIE-Lab35.255246.7213-64.9362

#5739bd color RGB value is (87,57,189).

#5739bd hex color red value is 87, green value is 57 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5739bd hue: 0.70 , saturation: 0.54 and the lightness value of 5739bd is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00111001 10111101
Octal 127 71 275
Decimal 87 57 189
Hex 57 39 BD

RGB Percentages of Color #5739bd

%26.13
%17.12
%56.76

CMYK Percentages of Color #5739bd

%54
%70
%0
%26

Triadic Colors of #5739bd

#5739bd #bd5739 #39bd57

Analogous Colors of #5739bd

#5739bd #9939bd #395dbd

Monochromatic Colors of #5739bd

#5739bd

Complementary Color

#5739bd #9fbd39

#5739bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5739bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5739bd Color CSS Codes

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

#5739bd Text Font Color

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

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


#5739bd Background Color

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

This div background color is #5739bd


#5739bd Border Color

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

This div border color is #5739bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5739bd


Comments

No comments written yet.

Please login to write comment.