Color Hex Logo

#604485 Color Hex

#604485
(96,68,133)
0 Favorites   0 Comments

Color spaces of #604485

RGB 9668133
HSL0.740.320.39
HSV266°49°52°
CMYK 0.280.490.00   0.48
XYZ11.12468.314523.2088
Yxy8.31450.26080.1950
Hunter Lab28.834918.4049-27.5373
CIE-Lab34.629526.3483-32.1784

#604485 color RGB value is (96,68,133).

#604485 hex color red value is 96, green value is 68 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #604485 hue: 0.74 , saturation: 0.32 and the lightness value of 604485 is 0.39.

The process color (four color CMYK) of #604485 color hex is 0.28, 0.49, 0.00, 0.48. Web safe color of #604485 is #663399. Color #604485 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01000100 10000101
Octal 140 104 205
Decimal 96 68 133
Hex 60 44 85

RGB Percentages of Color #604485

%32.32
%22.90
%44.78

CMYK Percentages of Color #604485

%28
%49
%0
%48

Triadic Colors of #604485

#604485 #856044 #448560

Analogous Colors of #604485

#604485 #814485 #444885

Monochromatic Colors of #604485

#604485

Complementary Color

#604485 #698544

#604485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#604485 Color CSS Codes

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

#604485 Text Font Color

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

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


#604485 Background Color

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

This div background color is #604485


#604485 Border Color

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

This div border color is #604485


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,68,133, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604485


Comments

No comments written yet.

Please login to write comment.