Color Hex Logo

#594bff Color Hex

#594BFF
(89,75,255)
0 Favorites   0 Comments

Color spaces of #594bff

RGB 8975255
HSL0.681.000.65
HSV245°71°100°
CMYK 0.650.710.00   0.00
XYZ24.685914.376096.0815
Yxy14.37600.18270.1064
Hunter Lab37.915749.8641-123.7048
CIE-Lab44.767457.0834-87.0616

#594bff color RGB value is (89,75,255).

#594bff hex color red value is 89, green value is 75 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #594bff hue: 0.68 , saturation: 1.00 and the lightness value of 594bff is 0.65.

The process color (four color CMYK) of #594bff color hex is 0.65, 0.71, 0.00, 0.00. Web safe color of #594bff is #6633ff. Color #594bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01001011 11111111
Octal 131 113 377
Decimal 89 75 255
Hex 59 4B FF

RGB Percentages of Color #594bff

%21.24
%17.90
%60.86

CMYK Percentages of Color #594bff

%65
%71
%0
%0

Triadic Colors of #594bff

#594bff #ff594b #4bff59

Analogous Colors of #594bff

#594bff #b34bff #4b97ff

Monochromatic Colors of #594bff

#594bff

Complementary Color

#594bff #f1ff4b

#594bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#594bff Color CSS Codes

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

#594bff Text Font Color

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

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


#594bff Background Color

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

This div background color is #594bff


#594bff Border Color

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

This div border color is #594bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594bff

Related Colors


Comments

No comments written yet.

Please login to write comment.