Color Hex Logo

#60489d Color Hex

#60489D
(96,72,157)
0 Favorites   0 Comments

Color spaces of #60489d

RGB 9672157
HSL0.710.370.45
HSV257°54°62°
CMYK 0.390.540.00   0.38
XYZ13.22709.555833.0456
Yxy9.55580.23690.1712
Hunter Lab30.912522.2808-41.7426
CIE-Lab37.033130.5152-42.9683

#60489d color RGB value is (96,72,157).

#60489d hex color red value is 96, green value is 72 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #60489d hue: 0.71 , saturation: 0.37 and the lightness value of 60489d is 0.45.

The process color (four color CMYK) of #60489d color hex is 0.39, 0.54, 0.00, 0.38. Web safe color of #60489d is #663399. Color #60489d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01001000 10011101
Octal 140 110 235
Decimal 96 72 157
Hex 60 48 9D

RGB Percentages of Color #60489d

%29.54
%22.15
%48.31

CMYK Percentages of Color #60489d

%39
%54
%0
%38

Triadic Colors of #60489d

#60489d #9d6048 #489d60

Analogous Colors of #60489d

#60489d #8b489d #485b9d

Monochromatic Colors of #60489d

#60489d

Complementary Color

#60489d #859d48

#60489d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60489d Color Preview on White Background

Lorem ipsum dolor sit amet.

#60489d Color CSS Codes

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

#60489d Text Font Color

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

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


#60489d Background Color

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

This div background color is #60489d


#60489d Border Color

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

This div border color is #60489d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,72,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #60489d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #60489d;
  -webkit-box-shadow: 1px 1px 3px 2px #60489d;
  box-shadow:         1px 1px 3px 2px #60489d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60489d

#60489d Color Palettes


Comments

No comments written yet.

Please login to write comment.