Color Hex Logo

#593dec Color Hex

#593DEC
(89,61,236)
0 Favorites   0 Comments

Color spaces of #593dec

RGB 8961236
HSL0.690.820.58
HSV250°74°93°
CMYK 0.620.740.00   0.07
XYZ20.928911.517580.4769
Yxy11.51750.18530.1020
Hunter Lab33.937450.6887-116.8400
CIE-Lab40.438858.6593-83.5204

#593dec color RGB value is (89,61,236).

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

The process color (four color CMYK) of #593dec color hex is 0.62, 0.74, 0.00, 0.07. Web safe color of #593dec is #6633ff. Color #593dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00111101 11101100
Octal 131 75 354
Decimal 89 61 236
Hex 59 3D EC

RGB Percentages of Color #593dec

%23.06
%15.80
%61.14

CMYK Percentages of Color #593dec

%62
%74
%0
%7

Triadic Colors of #593dec

#593dec #ec593d #3dec59

Analogous Colors of #593dec

#593dec #b13dec #3d79ec

Monochromatic Colors of #593dec

#593dec

Complementary Color

#593dec #d0ec3d

#593dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#593dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#593dec Color CSS Codes

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

#593dec Text Font Color

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

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


#593dec Background Color

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

This div background color is #593dec


#593dec Border Color

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

This div border color is #593dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #593dec


Comments

No comments written yet.

Please login to write comment.