Color Hex Logo

#594acf Color Hex

#594ACF
(89,74,207)
0 Favorites   0 Comments

Color spaces of #594acf

RGB 8974207
HSL0.690.580.55
HSV247°64°81°
CMYK 0.570.640.00   0.19
XYZ17.831111.526460.3165
Yxy11.52640.19880.1285
Hunter Lab33.950634.3362-81.5691
CIE-Lab40.453342.8978-66.9230

#594acf color RGB value is (89,74,207).

#594acf hex color red value is 89, green value is 74 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #594acf hue: 0.69 , saturation: 0.58 and the lightness value of 594acf is 0.55.

The process color (four color CMYK) of #594acf color hex is 0.57, 0.64, 0.00, 0.19. Web safe color of #594acf is #6633cc. Color #594acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01001010 11001111
Octal 131 112 317
Decimal 89 74 207
Hex 59 4A CF

RGB Percentages of Color #594acf

%24.05
%20.00
%55.95

CMYK Percentages of Color #594acf

%57
%64
%0
%19

Triadic Colors of #594acf

#594acf #cf594a #4acf59

Analogous Colors of #594acf

#594acf #9c4acf #4a7ecf

Monochromatic Colors of #594acf

#594acf

Complementary Color

#594acf #c0cf4a

#594acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#594acf Color CSS Codes

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

#594acf Text Font Color

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

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


#594acf Background Color

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

This div background color is #594acf


#594acf Border Color

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

This div border color is #594acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594acf


Comments

No comments written yet.

Please login to write comment.