Color Hex Logo

#594bcd Color Hex

#594BCD
(89,75,205)
0 Favorites   0 Comments

Color spaces of #594bcd

RGB 8975205
HSL0.680.570.55
HSV246°63°80°
CMYK 0.570.630.00   0.20
XYZ17.655311.563859.0591
Yxy11.56380.20000.1310
Hunter Lab34.005633.1653-79.1678
CIE-Lab40.514341.6911-65.6685

#594bcd color RGB value is (89,75,205).

#594bcd hex color red value is 89, green value is 75 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #594bcd hue: 0.68 , saturation: 0.57 and the lightness value of 594bcd is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01001011 11001101
Octal 131 113 315
Decimal 89 75 205
Hex 59 4B CD

RGB Percentages of Color #594bcd

%24.12
%20.33
%55.56

CMYK Percentages of Color #594bcd

%57
%63
%0
%20

Triadic Colors of #594bcd

#594bcd #cd594b #4bcd59

Analogous Colors of #594bcd

#594bcd #9a4bcd #4b7ecd

Monochromatic Colors of #594bcd

#594bcd

Complementary Color

#594bcd #bfcd4b

#594bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#594bcd Color CSS Codes

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

#594bcd Text Font Color

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

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


#594bcd Background Color

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

This div background color is #594bcd


#594bcd Border Color

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

This div border color is #594bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594bcd


Comments

No comments written yet.

Please login to write comment.