Color Hex Logo

#593cef Color Hex

#593CEF
(89,60,239)
0 Favorites   0 Comments

Color spaces of #593cef

RGB 8960239
HSL0.690.850.59
HSV250°75°94°
CMYK 0.630.750.00   0.06
XYZ21.315711.587682.7745
Yxy11.58760.18430.1002
Hunter Lab34.040652.2031-120.3437
CIE-Lab40.553060.0155-85.0281

#593cef color RGB value is (89,60,239).

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

The process color (four color CMYK) of #593cef color hex is 0.63, 0.75, 0.00, 0.06. Web safe color of #593cef is #6633ff. Color #593cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00111100 11101111
Octal 131 74 357
Decimal 89 60 239
Hex 59 3C EF

RGB Percentages of Color #593cef

%22.94
%15.46
%61.60

CMYK Percentages of Color #593cef

%63
%75
%0
%6

Triadic Colors of #593cef

#593cef #ef593c #3cef59

Analogous Colors of #593cef

#593cef #b33cef #3c79ef

Monochromatic Colors of #593cef

#593cef

Complementary Color

#593cef #d2ef3c

#593cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#593cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#593cef Color CSS Codes

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

#593cef Text Font Color

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

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


#593cef Background Color

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

This div background color is #593cef


#593cef Border Color

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

This div border color is #593cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #593cef


Comments

No comments written yet.

Please login to write comment.