Color Hex Logo

#595394 Color Hex

#595394
(89,83,148)
0 Favorites   0 Comments

Color spaces of #595394

RGB 8983148
HSL0.680.280.45
HSV246°44°58°
CMYK 0.400.440.00   0.42
XYZ12.558410.448529.3718
Yxy10.44850.23980.1995
Hunter Lab32.324112.7826-31.2478
CIE-Lab38.635619.1662-35.0277

#595394 color RGB value is (89,83,148).

#595394 hex color red value is 89, green value is 83 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #595394 hue: 0.68 , saturation: 0.28 and the lightness value of 595394 is 0.45.

The process color (four color CMYK) of #595394 color hex is 0.40, 0.44, 0.00, 0.42. Web safe color of #595394 is #666699. Color #595394 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01010011 10010100
Octal 131 123 224
Decimal 89 83 148
Hex 59 53 94

RGB Percentages of Color #595394

%27.81
%25.94
%46.25

CMYK Percentages of Color #595394

%40
%44
%0
%42

Triadic Colors of #595394

#595394 #945953 #539459

Analogous Colors of #595394

#595394 #7a5394 #536e94

Monochromatic Colors of #595394

#595394

Complementary Color

#595394 #8e9453

#595394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#595394 Color CSS Codes

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

#595394 Text Font Color

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

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


#595394 Background Color

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

This div background color is #595394


#595394 Border Color

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

This div border color is #595394


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595394


Comments

No comments written yet.

Please login to write comment.