Color Hex Logo

#594cdf Color Hex

#594CDF
(89,76,223)
0 Favorites   0 Comments

Color spaces of #594cdf

RGB 8976223
HSL0.680.700.59
HSV245°66°87°
CMYK 0.600.660.00   0.13
XYZ20.023512.620471.1927
Yxy12.62040.19280.1215
Hunter Lab35.525238.4410-93.9498
CIE-Lab42.185646.7115-73.2688

#594cdf color RGB value is (89,76,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01001100 11011111
Octal 131 114 337
Decimal 89 76 223
Hex 59 4C DF

RGB Percentages of Color #594cdf

%22.94
%19.59
%57.47

CMYK Percentages of Color #594cdf

%60
%66
%0
%13

Triadic Colors of #594cdf

#594cdf #df594c #4cdf59

Analogous Colors of #594cdf

#594cdf #a34cdf #4c89df

Monochromatic Colors of #594cdf

#594cdf

Complementary Color

#594cdf #d2df4c

#594cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#594cdf Color CSS Codes

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

#594cdf Text Font Color

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

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


#594cdf Background Color

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

This div background color is #594cdf


#594cdf Border Color

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

This div border color is #594cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594cdf


Comments

No comments written yet.

Please login to write comment.