Color Hex Logo

#604094 Color Hex

#604094
(96,64,148)
0 Favorites   0 Comments

Color spaces of #604094

RGB 9664148
HSL0.730.400.42
HSV263°57°58°
CMYK 0.350.570.00   0.42
XYZ12.00268.291728.9848
Yxy8.29170.24360.1683
Hunter Lab28.795324.0114-39.5234
CIE-Lab34.583132.8201-41.4447

#604094 color RGB value is (96,64,148).

#604094 hex color red value is 96, green value is 64 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #604094 hue: 0.73 , saturation: 0.40 and the lightness value of 604094 is 0.42.

The process color (four color CMYK) of #604094 color hex is 0.35, 0.57, 0.00, 0.42. Web safe color of #604094 is #663399. Color #604094 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01000000 10010100
Octal 140 100 224
Decimal 96 64 148
Hex 60 40 94

RGB Percentages of Color #604094

%31.17
%20.78
%48.05

CMYK Percentages of Color #604094

%35
%57
%0
%42

Triadic Colors of #604094

#604094 #946040 #409460

Analogous Colors of #604094

#604094 #8a4094 #404a94

Monochromatic Colors of #604094

#604094

Complementary Color

#604094 #749440

#604094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#604094 Color CSS Codes

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

#604094 Text Font Color

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

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


#604094 Background Color

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

This div background color is #604094


#604094 Border Color

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

This div border color is #604094


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604094


Comments

No comments written yet.

Please login to write comment.