Color Hex Logo

#60328b Color Hex

#60328B
(96,50,139)
0 Favorites   0 Comments

Color spaces of #60328b

RGB 9650139
HSL0.750.470.37
HSV271°64°55°
CMYK 0.310.640.00   0.45
XYZ10.62476.632125.1462
Yxy6.63210.25060.1564
Hunter Lab25.752928.5751-39.8663
CIE-Lab30.954338.4699-41.7508

#60328b color RGB value is (96,50,139).

#60328b hex color red value is 96, green value is 50 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #60328b hue: 0.75 , saturation: 0.47 and the lightness value of 60328b is 0.37.

The process color (four color CMYK) of #60328b color hex is 0.31, 0.64, 0.00, 0.45. Web safe color of #60328b is #663399. Color #60328b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00110010 10001011
Octal 140 62 213
Decimal 96 50 139
Hex 60 32 8B

RGB Percentages of Color #60328b

%33.68
%17.54
%48.77

CMYK Percentages of Color #60328b

%31
%64
%0
%45

Triadic Colors of #60328b

#60328b #8b6032 #328b60

Analogous Colors of #60328b

#60328b #8b328a #34328b

Monochromatic Colors of #60328b

#60328b

Complementary Color

#60328b #5d8b32

#60328b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60328b Color Preview on White Background

Lorem ipsum dolor sit amet.

#60328b Color CSS Codes

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

#60328b Text Font Color

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

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


#60328b Background Color

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

This div background color is #60328b


#60328b Border Color

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

This div border color is #60328b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,50,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #60328b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #60328b;
  -webkit-box-shadow: 1px 1px 3px 2px #60328b;
  box-shadow:         1px 1px 3px 2px #60328b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60328b


Comments

No comments written yet.

Please login to write comment.