Color Hex Logo

#594db2 Color Hex

#594DB2
(89,77,178)
0 Favorites   0 Comments

Color spaces of #594db2

RGB 8977178
HSL0.690.400.50
HSV247°57°70°
CMYK 0.500.570.00   0.30
XYZ14.809610.646043.3938
Yxy10.64600.21510.1546
Hunter Lab32.628223.9199-56.0128
CIE-Lab38.977732.0803-52.3921

#594db2 color RGB value is (89,77,178).

#594db2 hex color red value is 89, green value is 77 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #594db2 hue: 0.69 , saturation: 0.40 and the lightness value of 594db2 is 0.50.

The process color (four color CMYK) of #594db2 color hex is 0.50, 0.57, 0.00, 0.30. Web safe color of #594db2 is #666699. Color #594db2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01001101 10110010
Octal 131 115 262
Decimal 89 77 178
Hex 59 4D B2

RGB Percentages of Color #594db2

%25.87
%22.38
%51.74

CMYK Percentages of Color #594db2

%50
%57
%0
%30

Triadic Colors of #594db2

#594db2 #b2594d #4db259

Analogous Colors of #594db2

#594db2 #8c4db2 #4d74b2

Monochromatic Colors of #594db2

#594db2

Complementary Color

#594db2 #a6b24d

#594db2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594db2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#594db2 Color CSS Codes

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

#594db2 Text Font Color

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

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


#594db2 Background Color

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

This div background color is #594db2


#594db2 Border Color

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

This div border color is #594db2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594db2


Comments

No comments written yet.

Please login to write comment.