color codes Logo

#594ddc color codes

#594DDC
(89,77,220)
0 Favorites   0 Comments

Color spaces of #594ddc

RGB 8977220
HSL0.680.670.58
HSV245°65°86°
CMYK 0.600.650.00   0.14
XYZ19.692012.598969.1041
Yxy12.59890.19420.1243
Hunter Lab35.494936.9127-90.5836
CIE-Lab42.152645.2030-71.6114

#594ddc color RGB value is (89,77,220).

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

The process color (four color CMYK) of #594ddc color code is 0.60, 0.65, 0.00, 0.14. Web safe color of #594ddc is #6666cc. Color #594ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01001101 11011100
Octal 131 115 334
Decimal 89 77 220
Hex 59 4D DC

RGB Percentages of Color #594ddc

%23.06
%19.95
%56.99

CMYK Percentages of Color #594ddc

%60
%65
%0
%14

Triadic Colors of #594ddc

#594ddc #dc594d #4ddc59

Analogous Colors of #594ddc

#594ddc #a14ddc #4d89dc

Monochromatic Colors of #594ddc

#594ddc

Complementary Color

#594ddc #d0dc4d

#594ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#594ddc Color CSS Codes

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

#594ddc Text Font Color

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

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


#594ddc Background Color

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

This div background color is #594ddc


#594ddc Border Color

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

This div border color is #594ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594ddc


Comments

No comments written yet.

Please login to write comment.