Color Hex Logo

#593cfe Color Hex

#593CFE
(89,60,254)
0 Favorites   0 Comments

Color spaces of #593cfe

RGB 8960254
HSL0.690.990.62
HSV249°76°100°
CMYK 0.650.760.00   0.00
XYZ23.625112.511394.9357
Yxy12.51130.18020.0955
Hunter Lab35.371357.3234-134.3729
CIE-Lab42.017564.3000-91.0372

#593cfe color RGB value is (89,60,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00111100 11111110
Octal 131 74 376
Decimal 89 60 254
Hex 59 3C FE

RGB Percentages of Color #593cfe

%22.08
%14.89
%63.03

CMYK Percentages of Color #593cfe

%65
%76
%0
%0

Triadic Colors of #593cfe

#593cfe #fe593c #3cfe59

Analogous Colors of #593cfe

#593cfe #ba3cfe #3c80fe

Monochromatic Colors of #593cfe

#593cfe

Complementary Color

#593cfe #e1fe3c

#593cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#593cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#593cfe Color CSS Codes

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

#593cfe Text Font Color

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

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


#593cfe Background Color

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

This div background color is #593cfe


#593cfe Border Color

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

This div border color is #593cfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,60,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 #593cfe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #593cfe


Comments

No comments written yet.

Please login to write comment.