Color Hex Logo

#594dbe Color Hex

#594DBE
(89,77,190)
0 Favorites   0 Comments

Color spaces of #594dbe

RGB 8977190
HSL0.680.470.52
HSV246°59°75°
CMYK 0.530.590.00   0.25
XYZ16.068011.149350.0204
Yxy11.14930.20800.1444
Hunter Lab33.390627.4632-65.4454
CIE-Lab39.830835.8177-58.0612

#594dbe color RGB value is (89,77,190).

#594dbe hex color red value is 89, green value is 77 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #594dbe hue: 0.68 , saturation: 0.47 and the lightness value of 594dbe is 0.52.

The process color (four color CMYK) of #594dbe color hex is 0.53, 0.59, 0.00, 0.25. Web safe color of #594dbe is #6666cc. Color #594dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01001101 10111110
Octal 131 115 276
Decimal 89 77 190
Hex 59 4D BE

RGB Percentages of Color #594dbe

%25.00
%21.63
%53.37

CMYK Percentages of Color #594dbe

%53
%59
%0
%25

Triadic Colors of #594dbe

#594dbe #be594d #4dbe59

Analogous Colors of #594dbe

#594dbe #924dbe #4d7abe

Monochromatic Colors of #594dbe

#594dbe

Complementary Color

#594dbe #b2be4d

#594dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#594dbe Color CSS Codes

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

#594dbe Text Font Color

<p style="color:#594dbe">Text here</p>

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


#594dbe Background Color

<div style="background-color:#594dbe">
Div content here</div>

This div background color is #594dbe


#594dbe Border Color

<div style="border:3px solid #594dbe">
Div here</div>

This div border color is #594dbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,77,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #594dbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #594dbe;
  -webkit-box-shadow: 1px 1px 3px 2px #594dbe;
  box-shadow:         1px 1px 3px 2px #594dbe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,77,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594dbe


Comments

No comments written yet.

Please login to write comment.