Color Hex Logo

#593dc2 Color Hex

#593DC2
(89,61,194)
0 Favorites   0 Comments

Color spaces of #593dc2

RGB 8961194
HSL0.700.520.50
HSV253°69°76°
CMYK 0.540.690.00   0.24
XYZ15.52629.356452.0266
Yxy9.35640.20190.1217
Hunter Lab30.588237.0749-79.4328
CIE-Lab36.661646.3350-65.5615

#593dc2 color RGB value is (89,61,194).

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

The process color (four color CMYK) of #593dc2 color hex is 0.54, 0.69, 0.00, 0.24. Web safe color of #593dc2 is #6633cc. Color #593dc2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00111101 11000010
Octal 131 75 302
Decimal 89 61 194
Hex 59 3D C2

RGB Percentages of Color #593dc2

%25.87
%17.73
%56.40

CMYK Percentages of Color #593dc2

%54
%69
%0
%24

Triadic Colors of #593dc2

#593dc2 #c2593d #3dc259

Analogous Colors of #593dc2

#593dc2 #9c3dc2 #3d64c2

Monochromatic Colors of #593dc2

#593dc2

Complementary Color

#593dc2 #a6c23d

#593dc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#593dc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#593dc2 Color CSS Codes

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

#593dc2 Text Font Color

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

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


#593dc2 Background Color

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

This div background color is #593dc2


#593dc2 Border Color

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

This div border color is #593dc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #593dc2


Comments

No comments written yet.

Please login to write comment.