Color Hex Logo

#604473 Color Hex

#604473
(96,68,115)
0 Favorites   0 Comments

Color spaces of #604473

RGB 9668115
HSL0.770.260.36
HSV276°41°45°
CMYK 0.170.410.00   0.55
XYZ9.98557.858817.2103
Yxy7.85880.28490.2242
Hunter Lab28.033614.5227-16.7757
CIE-Lab33.687121.7601-22.4693

#604473 color RGB value is (96,68,115).

#604473 hex color red value is 96, green value is 68 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #604473 hue: 0.77 , saturation: 0.26 and the lightness value of 604473 is 0.36.

The process color (four color CMYK) of #604473 color hex is 0.17, 0.41, 0.00, 0.55. Web safe color of #604473 is #663366. Color #604473 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01000100 01110011
Octal 140 104 163
Decimal 96 68 115
Hex 60 44 73

RGB Percentages of Color #604473

%34.41
%24.37
%41.22

CMYK Percentages of Color #604473

%17
%41
%0
%55

Triadic Colors of #604473

#604473 #736044 #447360

Analogous Colors of #604473

#604473 #73446f #494473

Monochromatic Colors of #604473

#604473

Complementary Color

#604473 #577344

#604473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#604473 Color CSS Codes

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

#604473 Text Font Color

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

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


#604473 Background Color

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

This div background color is #604473


#604473 Border Color

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

This div border color is #604473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604473


Comments

No comments written yet.

Please login to write comment.