Color Hex Logo

#604aa1 Color Hex

#604AA1
(96,74,161)
0 Favorites   0 Comments

Color spaces of #604aa1

RGB 9674161
HSL0.710.370.46
HSV255°54°63°
CMYK 0.400.540.00   0.37
XYZ13.70579.957634.9178
Yxy9.95760.23400.1700
Hunter Lab31.555722.3062-43.5182
CIE-Lab37.766230.4439-44.1961

#604aa1 color RGB value is (96,74,161).

#604aa1 hex color red value is 96, green value is 74 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #604aa1 hue: 0.71 , saturation: 0.37 and the lightness value of 604aa1 is 0.46.

The process color (four color CMYK) of #604aa1 color hex is 0.40, 0.54, 0.00, 0.37. Web safe color of #604aa1 is #663399. Color #604aa1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01001010 10100001
Octal 140 112 241
Decimal 96 74 161
Hex 60 4A A1

RGB Percentages of Color #604aa1

%29.00
%22.36
%48.64

CMYK Percentages of Color #604aa1

%40
%54
%0
%37

Triadic Colors of #604aa1

#604aa1 #a1604a #4aa160

Analogous Colors of #604aa1

#604aa1 #8c4aa1 #4a60a1

Monochromatic Colors of #604aa1

#604aa1

Complementary Color

#604aa1 #8ba14a

#604aa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604aa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#604aa1 Color CSS Codes

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

#604aa1 Text Font Color

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

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


#604aa1 Background Color

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

This div background color is #604aa1


#604aa1 Border Color

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

This div border color is #604aa1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,74,161, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #604aa1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #604aa1;
  -webkit-box-shadow: 1px 1px 3px 2px #604aa1;
  box-shadow:         1px 1px 3px 2px #604aa1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604aa1


Comments

No comments written yet.

Please login to write comment.