Color Hex Logo

#594fda Color Hex

#594FDA
(89,79,218)
0 Favorites   0 Comments

Color spaces of #594fda

RGB 8979218
HSL0.680.650.58
HSV244°64°85°
CMYK 0.590.640.00   0.15
XYZ19.570712.777867.7645
Yxy12.77780.19550.1276
Hunter Lab35.746035.1719-87.3750
CIE-Lab42.426543.4134-70.0212

#594fda color RGB value is (89,79,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01001111 11011010
Octal 131 117 332
Decimal 89 79 218
Hex 59 4F DA

RGB Percentages of Color #594fda

%23.06
%20.47
%56.48

CMYK Percentages of Color #594fda

%59
%64
%0
%15

Triadic Colors of #594fda

#594fda #da594f #4fda59

Analogous Colors of #594fda

#594fda #9f4fda #4f8bda

Monochromatic Colors of #594fda

#594fda

Complementary Color

#594fda #d0da4f

#594fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#594fda Color CSS Codes

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

#594fda Text Font Color

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

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


#594fda Background Color

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

This div background color is #594fda


#594fda Border Color

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

This div border color is #594fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594fda


Comments

No comments written yet.

Please login to write comment.