Color Hex Logo

#593eed Color Hex

#593EED
(89,62,237)
0 Favorites   0 Comments

Color spaces of #593eed

RGB 8962237
HSL0.690.830.59
HSV249°74°93°
CMYK 0.620.740.00   0.07
XYZ21.128511.683581.2623
Yxy11.68350.18520.1024
Hunter Lab34.181150.5198-117.0294
CIE-Lab40.708658.4530-83.6415

#593eed color RGB value is (89,62,237).

#593eed hex color red value is 89, green value is 62 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #593eed hue: 0.69 , saturation: 0.83 and the lightness value of 593eed is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00111110 11101101
Octal 131 76 355
Decimal 89 62 237
Hex 59 3E ED

RGB Percentages of Color #593eed

%22.94
%15.98
%61.08

CMYK Percentages of Color #593eed

%62
%74
%0
%7

Triadic Colors of #593eed

#593eed #ed593e #3eed59

Analogous Colors of #593eed

#593eed #b13eed #3e7bed

Monochromatic Colors of #593eed

#593eed

Complementary Color

#593eed #d2ed3e

#593eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#593eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#593eed Color CSS Codes

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

#593eed Text Font Color

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

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


#593eed Background Color

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

This div background color is #593eed


#593eed Border Color

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

This div border color is #593eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #593eed


Comments

No comments written yet.

Please login to write comment.