Color Hex Logo

#593bfe Color Hex

#593BFE
(89,59,254)
0 Favorites   0 Comments

Color spaces of #593bfe

RGB 8959254
HSL0.690.990.61
HSV249°77°100°
CMYK 0.650.770.00   0.00
XYZ23.573212.407594.9184
Yxy12.40750.18010.0948
Hunter Lab35.224357.8153-135.1110
CIE-Lab41.856664.7631-91.3030

#593bfe color RGB value is (89,59,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00111011 11111110
Octal 131 73 376
Decimal 89 59 254
Hex 59 3B FE

RGB Percentages of Color #593bfe

%22.14
%14.68
%63.18

CMYK Percentages of Color #593bfe

%65
%77
%0
%0

Triadic Colors of #593bfe

#593bfe #fe593b #3bfe59

Analogous Colors of #593bfe

#593bfe #bb3bfe #3b7ffe

Monochromatic Colors of #593bfe

#593bfe

Complementary Color

#593bfe #e0fe3b

#593bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#593bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#593bfe Color CSS Codes

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

#593bfe Text Font Color

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

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


#593bfe Background Color

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

This div background color is #593bfe


#593bfe Border Color

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

This div border color is #593bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #593bfe


Comments

No comments written yet.

Please login to write comment.