Color Hex Logo

#593fec Color Hex

#593FEC
(89,63,236)
0 Favorites   0 Comments

Color spaces of #593fec

RGB 8963236
HSL0.690.820.59
HSV249°73°93°
CMYK 0.620.730.00   0.07
XYZ21.037711.735080.5132
Yxy11.73500.18570.1036
Hunter Lab34.256449.6726-115.3705
CIE-Lab40.791857.6598-82.9388

#593fec color RGB value is (89,63,236).

#593fec hex color red value is 89, green value is 63 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #593fec hue: 0.69 , saturation: 0.82 and the lightness value of 593fec is 0.59.

The process color (four color CMYK) of #593fec color hex is 0.62, 0.73, 0.00, 0.07. Web safe color of #593fec is #6633ff. Color #593fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00111111 11101100
Octal 131 77 354
Decimal 89 63 236
Hex 59 3F EC

RGB Percentages of Color #593fec

%22.94
%16.24
%60.82

CMYK Percentages of Color #593fec

%62
%73
%0
%7

Triadic Colors of #593fec

#593fec #ec593f #3fec59

Analogous Colors of #593fec

#593fec #b03fec #3f7cec

Monochromatic Colors of #593fec

#593fec

Complementary Color

#593fec #d2ec3f

#593fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#593fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#593fec Color CSS Codes

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

#593fec Text Font Color

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

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


#593fec Background Color

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

This div background color is #593fec


#593fec Border Color

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

This div border color is #593fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #593fec


Comments

No comments written yet.

Please login to write comment.