Color Hex Logo

#593cfc Color Hex

#593CFC
(89,60,252)
0 Favorites   0 Comments

Color spaces of #593cfc

RGB 8960252
HSL0.690.970.61
HSV249°76°99°
CMYK 0.650.760.00   0.01
XYZ23.306412.383893.2574
Yxy12.38380.18070.0960
Hunter Lab35.190656.6352-132.4888
CIE-Lab41.819763.7323-90.2456

#593cfc color RGB value is (89,60,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00111100 11111100
Octal 131 74 374
Decimal 89 60 252
Hex 59 3C FC

RGB Percentages of Color #593cfc

%22.19
%14.96
%62.84

CMYK Percentages of Color #593cfc

%65
%76
%0
%1

Triadic Colors of #593cfc

#593cfc #fc593c #3cfc59

Analogous Colors of #593cfc

#593cfc #b93cfc #3c7ffc

Monochromatic Colors of #593cfc

#593cfc

Complementary Color

#593cfc #dffc3c

#593cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#593cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#593cfc Color CSS Codes

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

#593cfc Text Font Color

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

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


#593cfc Background Color

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

This div background color is #593cfc


#593cfc Border Color

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

This div border color is #593cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #593cfc


Comments

No comments written yet.

Please login to write comment.