Color Hex Logo

#594075 Color Hex

#594075
(89,64,117)
0 Favorites   0 Comments

Color spaces of #594075

RGB 8964117
HSL0.750.290.35
HSV268°45°46°
CMYK 0.240.450.00   0.54
XYZ9.16417.075017.7122
Yxy7.07500.26990.2084
Hunter Lab26.598914.9505-20.8620
CIE-Lab31.977022.4759-26.4587

#594075 color RGB value is (89,64,117).

#594075 hex color red value is 89, green value is 64 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #594075 hue: 0.75 , saturation: 0.29 and the lightness value of 594075 is 0.35.

The process color (four color CMYK) of #594075 color hex is 0.24, 0.45, 0.00, 0.54. Web safe color of #594075 is #663366. Color #594075 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01000000 01110101
Octal 131 100 165
Decimal 89 64 117
Hex 59 40 75

RGB Percentages of Color #594075

%32.96
%23.70
%43.33

CMYK Percentages of Color #594075

%24
%45
%0
%54

Triadic Colors of #594075

#594075 #755940 #407559

Analogous Colors of #594075

#594075 #744075 #404275

Monochromatic Colors of #594075

#594075

Complementary Color

#594075 #5c7540

#594075 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594075 Color Preview on White Background

Lorem ipsum dolor sit amet.

#594075 Color CSS Codes

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

#594075 Text Font Color

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

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


#594075 Background Color

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

This div background color is #594075


#594075 Border Color

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

This div border color is #594075


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594075


Comments

No comments written yet.

Please login to write comment.