Color Hex Logo

#593cff Color Hex

#593CFF
(89,60,255)
0 Favorites   0 Comments

Color spaces of #593cff

RGB 8960255
HSL0.691.000.62
HSV249°76°100°
CMYK 0.650.760.00   0.00
XYZ23.785712.575695.7814
Yxy12.57560.18000.0952
Hunter Lab35.462157.6677-135.3160
CIE-Lab42.116764.5831-91.4318

#593cff color RGB value is (89,60,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00111100 11111111
Octal 131 74 377
Decimal 89 60 255
Hex 59 3C FF

RGB Percentages of Color #593cff

%22.03
%14.85
%63.12

CMYK Percentages of Color #593cff

%65
%76
%0
%0

Triadic Colors of #593cff

#593cff #ff593c #3cff59

Analogous Colors of #593cff

#593cff #bb3cff #3c81ff

Monochromatic Colors of #593cff

#593cff

Complementary Color

#593cff #e2ff3c

#593cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#593cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#593cff Color CSS Codes

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

#593cff Text Font Color

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

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


#593cff Background Color

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

This div background color is #593cff


#593cff Border Color

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

This div border color is #593cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #593cff

Related Colors


Comments

No comments written yet.

Please login to write comment.