Color Hex Logo

#594bde Color Hex

#594BDE
(89,75,222)
0 Favorites   0 Comments

Color spaces of #594bde

RGB 8975222
HSL0.680.690.58
HSV246°66°87°
CMYK 0.600.660.00   0.13
XYZ19.820712.429970.4618
Yxy12.42990.19300.1210
Hunter Lab35.256138.6533-93.8161
CIE-Lab41.891446.9720-73.1800

#594bde color RGB value is (89,75,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01001011 11011110
Octal 131 113 336
Decimal 89 75 222
Hex 59 4B DE

RGB Percentages of Color #594bde

%23.06
%19.43
%57.51

CMYK Percentages of Color #594bde

%60
%66
%0
%13

Triadic Colors of #594bde

#594bde #de594b #4bde59

Analogous Colors of #594bde

#594bde #a34bde #4b87de

Monochromatic Colors of #594bde

#594bde

Complementary Color

#594bde #d0de4b

#594bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#594bde Color CSS Codes

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

#594bde Text Font Color

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

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


#594bde Background Color

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

This div background color is #594bde


#594bde Border Color

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

This div border color is #594bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594bde


Comments

No comments written yet.

Please login to write comment.