Color Hex Logo

#594deb Color Hex

#594DEB
(89,77,235)
0 Favorites   0 Comments

Color spaces of #594deb

RGB 8977235
HSL0.680.800.61
HSV245°67°92°
CMYK 0.620.670.00   0.08
XYZ21.769113.429880.0421
Yxy13.42980.18890.1165
Hunter Lab36.646741.9020-103.8459
CIE-Lab43.403849.8663-78.0819

#594deb color RGB value is (89,77,235).

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

The process color (four color CMYK) of #594deb color hex is 0.62, 0.67, 0.00, 0.08. Web safe color of #594deb is #6666ff. Color #594deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01001101 11101011
Octal 131 115 353
Decimal 89 77 235
Hex 59 4D EB

RGB Percentages of Color #594deb

%22.19
%19.20
%58.60

CMYK Percentages of Color #594deb

%62
%67
%0
%8

Triadic Colors of #594deb

#594deb #eb594d #4deb59

Analogous Colors of #594deb

#594deb #a84deb #4d90eb

Monochromatic Colors of #594deb

#594deb

Complementary Color

#594deb #dfeb4d

#594deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#594deb Color CSS Codes

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

#594deb Text Font Color

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

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


#594deb Background Color

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

This div background color is #594deb


#594deb Border Color

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

This div border color is #594deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594deb


Comments

No comments written yet.

Please login to write comment.