Color Hex Logo

#594fbe Color Hex

#594FBE
(89,79,190)
0 Favorites   0 Comments

Color spaces of #594fbe

RGB 8979190
HSL0.680.460.53
HSV245°58°75°
CMYK 0.530.580.00   0.25
XYZ16.210111.433550.0677
Yxy11.43350.20860.1471
Hunter Lab33.813526.3990-64.1215
CIE-Lab40.301234.6027-57.2988

#594fbe color RGB value is (89,79,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01001111 10111110
Octal 131 117 276
Decimal 89 79 190
Hex 59 4F BE

RGB Percentages of Color #594fbe

%24.86
%22.07
%53.07

CMYK Percentages of Color #594fbe

%53
%58
%0
%25

Triadic Colors of #594fbe

#594fbe #be594f #4fbe59

Analogous Colors of #594fbe

#594fbe #914fbe #4f7dbe

Monochromatic Colors of #594fbe

#594fbe

Complementary Color

#594fbe #b4be4f

#594fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#594fbe Color CSS Codes

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

#594fbe Text Font Color

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

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


#594fbe Background Color

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

This div background color is #594fbe


#594fbe Border Color

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

This div border color is #594fbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,79,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 #594fbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594fbe


Comments

No comments written yet.

Please login to write comment.