Color Hex Logo

#593bdb Color Hex

#593BDB
(89,59,219)
0 Favorites   0 Comments

Color spaces of #593bdb

RGB 8959219
HSL0.700.690.55
HSV251°73°86°
CMYK 0.590.730.00   0.14
XYZ18.470010.366268.0452
Yxy10.36620.19060.1070
Hunter Lab32.196646.0549-102.7676
CIE-Lab38.491854.7311-77.0406

#593bdb color RGB value is (89,59,219).

#593bdb hex color red value is 89, green value is 59 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #593bdb hue: 0.70 , saturation: 0.69 and the lightness value of 593bdb is 0.55.

The process color (four color CMYK) of #593bdb color hex is 0.59, 0.73, 0.00, 0.14. Web safe color of #593bdb is #6633cc. Color #593bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00111011 11011011
Octal 131 73 333
Decimal 89 59 219
Hex 59 3B DB

RGB Percentages of Color #593bdb

%24.25
%16.08
%59.67

CMYK Percentages of Color #593bdb

%59
%73
%0
%14

Triadic Colors of #593bdb

#593bdb #db593b #3bdb59

Analogous Colors of #593bdb

#593bdb #a93bdb #3b6ddb

Monochromatic Colors of #593bdb

#593bdb

Complementary Color

#593bdb #bddb3b

#593bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#593bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#593bdb Color CSS Codes

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

#593bdb Text Font Color

<p style="color:#593bdb">Text here</p>

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


#593bdb Background Color

<div style="background-color:#593bdb">
Div content here</div>

This div background color is #593bdb


#593bdb Border Color

<div style="border:3px solid #593bdb">
Div here</div>

This div border color is #593bdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,59,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #593bdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #593bdb;
  -webkit-box-shadow: 1px 1px 3px 2px #593bdb;
  box-shadow:         1px 1px 3px 2px #593bdb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #593bdb


Comments

No comments written yet.

Please login to write comment.