Color Hex Logo

#604482 Color Hex

#604482
(96,68,130)
0 Favorites   0 Comments

Color spaces of #604482

RGB 9668130
HSL0.740.310.39
HSV267°48°51°
CMYK 0.260.480.00   0.49
XYZ10.92038.232722.1326
Yxy8.23270.26450.1994
Hunter Lab28.692717.7241-25.6495
CIE-Lab34.462925.5598-30.5896

#604482 color RGB value is (96,68,130).

#604482 hex color red value is 96, green value is 68 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #604482 hue: 0.74 , saturation: 0.31 and the lightness value of 604482 is 0.39.

The process color (four color CMYK) of #604482 color hex is 0.26, 0.48, 0.00, 0.49. Web safe color of #604482 is #663399. Color #604482 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01000100 10000010
Octal 140 104 202
Decimal 96 68 130
Hex 60 44 82

RGB Percentages of Color #604482

%32.65
%23.13
%44.22

CMYK Percentages of Color #604482

%26
%48
%0
%49

Triadic Colors of #604482

#604482 #826044 #448260

Analogous Colors of #604482

#604482 #7f4482 #444782

Monochromatic Colors of #604482

#604482

Complementary Color

#604482 #668244

#604482 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604482 Color Preview on White Background

Lorem ipsum dolor sit amet.

#604482 Color CSS Codes

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

#604482 Text Font Color

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

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


#604482 Background Color

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

This div background color is #604482


#604482 Border Color

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

This div border color is #604482


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604482


Comments

No comments written yet.

Please login to write comment.