Color Hex Logo

#605594 Color Hex

#605594
(96,85,148)
0 Favorites   0 Comments

Color spaces of #605594

RGB 9685148
HSL0.700.270.46
HSV250°43°58°
CMYK 0.350.430.00   0.42
XYZ13.417711.121929.4565
Yxy11.12190.24850.2060
Hunter Lab33.349513.4553-29.0242
CIE-Lab39.785019.8927-33.1701

#605594 color RGB value is (96,85,148).

#605594 hex color red value is 96, green value is 85 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #605594 hue: 0.70 , saturation: 0.27 and the lightness value of 605594 is 0.46.

The process color (four color CMYK) of #605594 color hex is 0.35, 0.43, 0.00, 0.42. Web safe color of #605594 is #666699. Color #605594 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01010101 10010100
Octal 140 125 224
Decimal 96 85 148
Hex 60 55 94

RGB Percentages of Color #605594

%29.18
%25.84
%44.98

CMYK Percentages of Color #605594

%35
%43
%0
%42

Triadic Colors of #605594

#605594 #946055 #559460

Analogous Colors of #605594

#605594 #805594 #556a94

Monochromatic Colors of #605594

#605594

Complementary Color

#605594 #899455

#605594 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#605594 Color Preview on White Background

Lorem ipsum dolor sit amet.

#605594 Color CSS Codes

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

#605594 Text Font Color

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

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


#605594 Background Color

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

This div background color is #605594


#605594 Border Color

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

This div border color is #605594


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #605594


Comments

No comments written yet.

Please login to write comment.