Color Hex Logo

#604874 Color Hex

#604874
(96,72,116)
0 Favorites   0 Comments

Color spaces of #604874

RGB 9672116
HSL0.760.230.37
HSV273°38°45°
CMYK 0.170.380.00   0.55
XYZ10.29368.382517.5984
Yxy8.38250.28380.2311
Hunter Lab28.952512.7958-15.7718
CIE-Lab34.767119.5067-21.4139

#604874 color RGB value is (96,72,116).

#604874 hex color red value is 96, green value is 72 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #604874 hue: 0.76 , saturation: 0.23 and the lightness value of 604874 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01001000 01110100
Octal 140 110 164
Decimal 96 72 116
Hex 60 48 74

RGB Percentages of Color #604874

%33.80
%25.35
%40.85

CMYK Percentages of Color #604874

%17
%38
%0
%55

Triadic Colors of #604874

#604874 #746048 #487460

Analogous Colors of #604874

#604874 #744872 #4a4874

Monochromatic Colors of #604874

#604874

Complementary Color

#604874 #5c7448

#604874 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604874 Color Preview on White Background

Lorem ipsum dolor sit amet.

#604874 Color CSS Codes

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

#604874 Text Font Color

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

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


#604874 Background Color

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

This div background color is #604874


#604874 Border Color

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

This div border color is #604874


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604874


Comments

No comments written yet.

Please login to write comment.