Color Hex Logo

#593cee Color Hex

#593CEE
(89,60,238)
0 Favorites   0 Comments

Color spaces of #593cee

RGB 8960238
HSL0.690.840.58
HSV250°75°93°
CMYK 0.630.750.00   0.07
XYZ21.168311.528681.9985
Yxy11.52860.18460.1005
Hunter Lab33.953851.8657-119.4179
CIE-Lab40.456959.7281-84.6217

#593cee color RGB value is (89,60,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00111100 11101110
Octal 131 74 356
Decimal 89 60 238
Hex 59 3C EE

RGB Percentages of Color #593cee

%23.00
%15.50
%61.50

CMYK Percentages of Color #593cee

%63
%75
%0
%7

Triadic Colors of #593cee

#593cee #ee593c #3cee59

Analogous Colors of #593cee

#593cee #b23cee #3c78ee

Monochromatic Colors of #593cee

#593cee

Complementary Color

#593cee #d1ee3c

#593cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#593cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#593cee Color CSS Codes

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

#593cee Text Font Color

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

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


#593cee Background Color

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

This div background color is #593cee


#593cee Border Color

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

This div border color is #593cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #593cee


Comments

No comments written yet.

Please login to write comment.