Color Hex Logo

#593dcc Color Hex

#593DCC
(89,61,204)
0 Favorites   0 Comments

Color spaces of #593dcc

RGB 8961204
HSL0.700.580.52
HSV252°70°80°
CMYK 0.560.700.00   0.20
XYZ16.68779.821058.1428
Yxy9.82100.19710.1160
Hunter Lab31.338540.2087-88.0648
CIE-Lab37.519249.2909-69.9844

#593dcc color RGB value is (89,61,204).

#593dcc hex color red value is 89, green value is 61 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #593dcc hue: 0.70 , saturation: 0.58 and the lightness value of 593dcc is 0.52.

The process color (four color CMYK) of #593dcc color hex is 0.56, 0.70, 0.00, 0.20. Web safe color of #593dcc is #6633cc. Color #593dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00111101 11001100
Octal 131 75 314
Decimal 89 61 204
Hex 59 3D CC

RGB Percentages of Color #593dcc

%25.14
%17.23
%57.63

CMYK Percentages of Color #593dcc

%56
%70
%0
%20

Triadic Colors of #593dcc

#593dcc #cc593d #3dcc59

Analogous Colors of #593dcc

#593dcc #a13dcc #3d69cc

Monochromatic Colors of #593dcc

#593dcc

Complementary Color

#593dcc #b0cc3d

#593dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#593dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#593dcc Color CSS Codes

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

#593dcc Text Font Color

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

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


#593dcc Background Color

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

This div background color is #593dcc


#593dcc Border Color

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

This div border color is #593dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #593dcc


Comments

No comments written yet.

Please login to write comment.