Color Hex Logo

#604796 Color Hex

#604796
(96,71,150)
0 Favorites   0 Comments

Color spaces of #604796

RGB 9671150
HSL0.720.360.43
HSV259°53°59°
CMYK 0.360.530.00   0.41
XYZ12.58219.195329.9659
Yxy9.19530.24320.1777
Hunter Lab30.323820.9976-37.3637
CIE-Lab36.357629.1453-39.8208

#604796 color RGB value is (96,71,150).

#604796 hex color red value is 96, green value is 71 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #604796 hue: 0.72 , saturation: 0.36 and the lightness value of 604796 is 0.43.

The process color (four color CMYK) of #604796 color hex is 0.36, 0.53, 0.00, 0.41. Web safe color of #604796 is #663399. Color #604796 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01000111 10010110
Octal 140 107 226
Decimal 96 71 150
Hex 60 47 96

RGB Percentages of Color #604796

%30.28
%22.40
%47.32

CMYK Percentages of Color #604796

%36
%53
%0
%41

Triadic Colors of #604796

#604796 #966047 #479660

Analogous Colors of #604796

#604796 #884796 #475696

Monochromatic Colors of #604796

#604796

Complementary Color

#604796 #7d9647

#604796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#604796 Color CSS Codes

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

#604796 Text Font Color

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

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


#604796 Background Color

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

This div background color is #604796


#604796 Border Color

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

This div border color is #604796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604796


Comments

No comments written yet.

Please login to write comment.