Color Hex Logo

#593bfd Color Hex

#593BFD
(89,59,253)
0 Favorites   0 Comments

Color spaces of #593bfd

RGB 8959253
HSL0.690.980.61
HSV249°77°99°
CMYK 0.650.770.00   0.01
XYZ23.413412.343694.0770
Yxy12.34360.18030.0951
Hunter Lab35.133557.4712-134.1676
CIE-Lab41.757164.4805-90.9084

#593bfd color RGB value is (89,59,253).

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

The process color (four color CMYK) of #593bfd color hex is 0.65, 0.77, 0.00, 0.01. Web safe color of #593bfd is #6633ff. Color #593bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00111011 11111101
Octal 131 73 375
Decimal 89 59 253
Hex 59 3B FD

RGB Percentages of Color #593bfd

%22.19
%14.71
%63.09

CMYK Percentages of Color #593bfd

%65
%77
%0
%1

Triadic Colors of #593bfd

#593bfd #fd593b #3bfd59

Analogous Colors of #593bfd

#593bfd #ba3bfd #3b7efd

Monochromatic Colors of #593bfd

#593bfd

Complementary Color

#593bfd #dffd3b

#593bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#593bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#593bfd Color CSS Codes

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

#593bfd Text Font Color

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

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


#593bfd Background Color

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

This div background color is #593bfd


#593bfd Border Color

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

This div border color is #593bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #593bfd


Comments

No comments written yet.

Please login to write comment.