Color Hex Logo

#593098 Color Hex

#593098
(89,48,152)
0 Favorites   0 Comments

Color spaces of #593098

RGB 8948152
HSL0.730.520.39
HSV264°68°60°
CMYK 0.410.680.00   0.40
XYZ10.84436.504830.3897
Yxy6.50480.22720.1363
Hunter Lab25.504531.2638-52.7934
CIE-Lab30.651941.4213-50.2687

#593098 color RGB value is (89,48,152).

#593098 hex color red value is 89, green value is 48 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #593098 hue: 0.73 , saturation: 0.52 and the lightness value of 593098 is 0.39.

The process color (four color CMYK) of #593098 color hex is 0.41, 0.68, 0.00, 0.40. Web safe color of #593098 is #663399. Color #593098 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00110000 10011000
Octal 131 60 230
Decimal 89 48 152
Hex 59 30 98

RGB Percentages of Color #593098

%30.80
%16.61
%52.60

CMYK Percentages of Color #593098

%41
%68
%0
%40

Triadic Colors of #593098

#593098 #985930 #309859

Analogous Colors of #593098

#593098 #8d3098 #303b98

Monochromatic Colors of #593098

#593098

Complementary Color

#593098 #6f9830

#593098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#593098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#593098 Color CSS Codes

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

#593098 Text Font Color

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

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


#593098 Background Color

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

This div background color is #593098


#593098 Border Color

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

This div border color is #593098


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,48,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #593098; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #593098;
  -webkit-box-shadow: 1px 1px 3px 2px #593098;
  box-shadow:         1px 1px 3px 2px #593098; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #593098


Comments

No comments written yet.

Please login to write comment.