Color Hex Logo

#604594 Color Hex

#604594
(96,69,148)
0 Favorites   0 Comments

Color spaces of #604594

RGB 9669148
HSL0.720.360.43
HSV261°53°58°
CMYK 0.350.530.00   0.42
XYZ12.29738.881229.0831
Yxy8.88120.24470.1767
Hunter Lab29.801321.5043-37.0001
CIE-Lab35.754629.8074-39.5703

#604594 color RGB value is (96,69,148).

#604594 hex color red value is 96, green value is 69 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #604594 hue: 0.72 , saturation: 0.36 and the lightness value of 604594 is 0.43.

The process color (four color CMYK) of #604594 color hex is 0.35, 0.53, 0.00, 0.42. Web safe color of #604594 is #663399. Color #604594 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01000101 10010100
Octal 140 105 224
Decimal 96 69 148
Hex 60 45 94

RGB Percentages of Color #604594

%30.67
%22.04
%47.28

CMYK Percentages of Color #604594

%35
%53
%0
%42

Triadic Colors of #604594

#604594 #946045 #459460

Analogous Colors of #604594

#604594 #884594 #455294

Monochromatic Colors of #604594

#604594

Complementary Color

#604594 #799445

#604594 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604594 Color Preview on White Background

Lorem ipsum dolor sit amet.

#604594 Color CSS Codes

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

#604594 Text Font Color

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

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


#604594 Background Color

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

This div background color is #604594


#604594 Border Color

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

This div border color is #604594


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,69,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 #604594">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604594


Comments

No comments written yet.

Please login to write comment.