Color Hex Logo

#593eee Color Hex

#593EEE
(89,62,238)
0 Favorites   0 Comments

Color spaces of #593eee

RGB 8962238
HSL0.690.840.59
HSV249°74°93°
CMYK 0.630.740.00   0.07
XYZ21.275111.742182.0341
Yxy11.74210.18490.1021
Hunter Lab34.266750.8580-117.9527
CIE-Lab40.803358.7439-84.0508

#593eee color RGB value is (89,62,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00111110 11101110
Octal 131 76 356
Decimal 89 62 238
Hex 59 3E EE

RGB Percentages of Color #593eee

%22.88
%15.94
%61.18

CMYK Percentages of Color #593eee

%63
%74
%0
%7

Triadic Colors of #593eee

#593eee #ee593e #3eee59

Analogous Colors of #593eee

#593eee #b13eee #3e7bee

Monochromatic Colors of #593eee

#593eee

Complementary Color

#593eee #d3ee3e

#593eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#593eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#593eee Color CSS Codes

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

#593eee Text Font Color

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

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


#593eee Background Color

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

This div background color is #593eee


#593eee Border Color

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

This div border color is #593eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #593eee


Comments

No comments written yet.

Please login to write comment.