Color Hex Logo

#604976 Color Hex

#604976
(96,73,118)
0 Favorites   0 Comments

Color spaces of #604976

RGB 9673118
HSL0.750.240.37
HSV271°38°46°
CMYK 0.190.380.00   0.54
XYZ10.47648.559918.2396
Yxy8.55990.28110.2296
Hunter Lab29.257312.7166-16.4825
CIE-Lab35.122819.3764-22.1081

#604976 color RGB value is (96,73,118).

#604976 hex color red value is 96, green value is 73 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #604976 hue: 0.75 , saturation: 0.24 and the lightness value of 604976 is 0.37.

The process color (four color CMYK) of #604976 color hex is 0.19, 0.38, 0.00, 0.54. Web safe color of #604976 is #663366. Color #604976 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01001001 01110110
Octal 140 111 166
Decimal 96 73 118
Hex 60 49 76

RGB Percentages of Color #604976

%33.45
%25.44
%41.11

CMYK Percentages of Color #604976

%19
%38
%0
%54

Triadic Colors of #604976

#604976 #766049 #497660

Analogous Colors of #604976

#604976 #764976 #4a4976

Monochromatic Colors of #604976

#604976

Complementary Color

#604976 #5f7649

#604976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#604976 Color CSS Codes

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

#604976 Text Font Color

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

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


#604976 Background Color

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

This div background color is #604976


#604976 Border Color

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

This div border color is #604976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604976


Comments

No comments written yet.

Please login to write comment.