Color Hex Logo

#593fea Color Hex

#593FEA
(89,63,234)
0 Favorites   0 Comments

Color spaces of #593fea

RGB 8963234
HSL0.690.800.58
HSV249°73°92°
CMYK 0.620.730.00   0.08
XYZ20.748611.619478.9911
Yxy11.61940.18630.1043
Hunter Lab34.087248.9987-113.5329
CIE-Lab40.604757.0745-82.1145

#593fea color RGB value is (89,63,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00111111 11101010
Octal 131 77 352
Decimal 89 63 234
Hex 59 3F EA

RGB Percentages of Color #593fea

%23.06
%16.32
%60.62

CMYK Percentages of Color #593fea

%62
%73
%0
%8

Triadic Colors of #593fea

#593fea #ea593f #3fea59

Analogous Colors of #593fea

#593fea #af3fea #3f7bea

Monochromatic Colors of #593fea

#593fea

Complementary Color

#593fea #d0ea3f

#593fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#593fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#593fea Color CSS Codes

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

#593fea Text Font Color

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

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


#593fea Background Color

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

This div background color is #593fea


#593fea Border Color

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

This div border color is #593fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #593fea


Comments

No comments written yet.

Please login to write comment.