Color Hex Logo

#60399a Color Hex

#60399A
(96,57,154)
0 Favorites   0 Comments

Color spaces of #60399a

RGB 9657154
HSL0.730.460.41
HSV264°63°60°
CMYK 0.380.630.00   0.40
XYZ12.11977.746131.4282
Yxy7.74610.23630.1510
Hunter Lab27.831829.0243-47.4691
CIE-Lab33.448438.5243-46.9193

#60399a color RGB value is (96,57,154).

#60399a hex color red value is 96, green value is 57 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #60399a hue: 0.73 , saturation: 0.46 and the lightness value of 60399a is 0.41.

The process color (four color CMYK) of #60399a color hex is 0.38, 0.63, 0.00, 0.40. Web safe color of #60399a is #663399. Color #60399a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00111001 10011010
Octal 140 71 232
Decimal 96 57 154
Hex 60 39 9A

RGB Percentages of Color #60399a

%31.27
%18.57
%50.16

CMYK Percentages of Color #60399a

%38
%63
%0
%40

Triadic Colors of #60399a

#60399a #9a6039 #399a60

Analogous Colors of #60399a

#60399a #91399a #39439a

Monochromatic Colors of #60399a

#60399a

Complementary Color

#60399a #739a39

#60399a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60399a Color Preview on White Background

Lorem ipsum dolor sit amet.

#60399a Color CSS Codes

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

#60399a Text Font Color

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

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


#60399a Background Color

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

This div background color is #60399a


#60399a Border Color

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

This div border color is #60399a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,57,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #60399a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #60399a;
  -webkit-box-shadow: 1px 1px 3px 2px #60399a;
  box-shadow:         1px 1px 3px 2px #60399a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60399a


Comments

No comments written yet.

Please login to write comment.