Color Hex Logo

#594fdd Color Hex

#594FDD
(89,79,221)
0 Favorites   0 Comments

Color spaces of #594fdd

RGB 8979221
HSL0.680.680.59
HSV244°64°87°
CMYK 0.600.640.00   0.13
XYZ19.967012.936369.8512
Yxy12.93630.19430.1259
Hunter Lab35.967136.1513-89.9694
CIE-Lab42.667144.3560-71.3414

#594fdd color RGB value is (89,79,221).

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

The process color (four color CMYK) of #594fdd color hex is 0.60, 0.64, 0.00, 0.13. Web safe color of #594fdd is #6666cc. Color #594fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01001111 11011101
Octal 131 117 335
Decimal 89 79 221
Hex 59 4F DD

RGB Percentages of Color #594fdd

%22.88
%20.31
%56.81

CMYK Percentages of Color #594fdd

%60
%64
%0
%13

Triadic Colors of #594fdd

#594fdd #dd594f #4fdd59

Analogous Colors of #594fdd

#594fdd #a04fdd #4f8cdd

Monochromatic Colors of #594fdd

#594fdd

Complementary Color

#594fdd #d3dd4f

#594fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#594fdd Color CSS Codes

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

#594fdd Text Font Color

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

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


#594fdd Background Color

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

This div background color is #594fdd


#594fdd Border Color

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

This div border color is #594fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594fdd


Comments

No comments written yet.

Please login to write comment.