Color Hex Logo

#593dbd Color Hex

#593DBD
(89,61,189)
0 Favorites   0 Comments

Color spaces of #593dbd

RGB 8961189
HSL0.700.510.49
HSV253°68°74°
CMYK 0.530.680.00   0.26
XYZ14.97399.135549.1182
Yxy9.13550.20450.1248
Hunter Lab30.225035.5378-75.1938
CIE-Lab36.243944.8555-63.3121

#593dbd color RGB value is (89,61,189).

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

The process color (four color CMYK) of #593dbd color hex is 0.53, 0.68, 0.00, 0.26. Web safe color of #593dbd is #6633cc. Color #593dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00111101 10111101
Octal 131 75 275
Decimal 89 61 189
Hex 59 3D BD

RGB Percentages of Color #593dbd

%26.25
%17.99
%55.75

CMYK Percentages of Color #593dbd

%53
%68
%0
%26

Triadic Colors of #593dbd

#593dbd #bd593d #3dbd59

Analogous Colors of #593dbd

#593dbd #993dbd #3d61bd

Monochromatic Colors of #593dbd

#593dbd

Complementary Color

#593dbd #a1bd3d

#593dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#593dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#593dbd Color CSS Codes

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

#593dbd Text Font Color

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

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


#593dbd Background Color

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

This div background color is #593dbd


#593dbd Border Color

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

This div border color is #593dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #593dbd


Comments

No comments written yet.

Please login to write comment.