Color Hex Logo

#604180 Color Hex

#604180
(96,65,128)
0 Favorites   0 Comments

Color spaces of #604180

RGB 9665128
HSL0.750.330.38
HSV270°49°50°
CMYK 0.250.490.00   0.50
XYZ10.61047.825921.3734
Yxy7.82590.26650.1966
Hunter Lab27.974818.7463-25.7166
CIE-Lab33.617626.8817-30.6867

#604180 color RGB value is (96,65,128).

#604180 hex color red value is 96, green value is 65 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #604180 hue: 0.75 , saturation: 0.33 and the lightness value of 604180 is 0.38.

The process color (four color CMYK) of #604180 color hex is 0.25, 0.49, 0.00, 0.50. Web safe color of #604180 is #663399. Color #604180 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01000001 10000000
Octal 140 101 200
Decimal 96 65 128
Hex 60 41 80

RGB Percentages of Color #604180

%33.22
%22.49
%44.29

CMYK Percentages of Color #604180

%25
%49
%0
%50

Triadic Colors of #604180

#604180 #806041 #418060

Analogous Colors of #604180

#604180 #804180 #414280

Monochromatic Colors of #604180

#604180

Complementary Color

#604180 #618041

#604180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#604180 Color CSS Codes

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

#604180 Text Font Color

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

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


#604180 Background Color

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

This div background color is #604180


#604180 Border Color

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

This div border color is #604180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604180


Comments

No comments written yet.

Please login to write comment.