Color Hex Logo

#593efe Color Hex

#593EFE
(89,62,254)
0 Favorites   0 Comments

Color spaces of #593efe

RGB 8962254
HSL0.690.990.62
HSV248°76°100°
CMYK 0.650.760.00   0.00
XYZ23.731812.724994.9713
Yxy12.72490.18060.0968
Hunter Lab35.672056.3263-132.8804
CIE-Lab42.345863.3574-90.4951

#593efe color RGB value is (89,62,254).

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

The process color (four color CMYK) of #593efe color hex is 0.65, 0.76, 0.00, 0.00. Web safe color of #593efe is #6633ff. Color #593efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00111110 11111110
Octal 131 76 376
Decimal 89 62 254
Hex 59 3E FE

RGB Percentages of Color #593efe

%21.98
%15.31
%62.72

CMYK Percentages of Color #593efe

%65
%76
%0
%0

Triadic Colors of #593efe

#593efe #fe593e #3efe59

Analogous Colors of #593efe

#593efe #b93efe #3e83fe

Monochromatic Colors of #593efe

#593efe

Complementary Color

#593efe #e3fe3e

#593efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#593efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#593efe Color CSS Codes

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

#593efe Text Font Color

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

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


#593efe Background Color

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

This div background color is #593efe


#593efe Border Color

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

This div border color is #593efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #593efe


Comments

No comments written yet.

Please login to write comment.