Color Hex Logo

#60349a Color Hex

#60349A
(96,52,154)
0 Favorites   0 Comments

Color spaces of #60349a

RGB 9652154
HSL0.740.500.40
HSV266°66°60°
CMYK 0.380.660.00   0.40
XYZ11.88467.275931.3498
Yxy7.27590.23530.1440
Hunter Lab26.973931.4422-50.0268
CIE-Lab32.426941.2894-48.5705

#60349a color RGB value is (96,52,154).

#60349a hex color red value is 96, green value is 52 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #60349a hue: 0.74 , saturation: 0.50 and the lightness value of 60349a is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00110100 10011010
Octal 140 64 232
Decimal 96 52 154
Hex 60 34 9A

RGB Percentages of Color #60349a

%31.79
%17.22
%50.99

CMYK Percentages of Color #60349a

%38
%66
%0
%40

Triadic Colors of #60349a

#60349a #9a6034 #349a60

Analogous Colors of #60349a

#60349a #93349a #343b9a

Monochromatic Colors of #60349a

#60349a

Complementary Color

#60349a #6e9a34

#60349a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60349a Color Preview on White Background

Lorem ipsum dolor sit amet.

#60349a Color CSS Codes

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

#60349a Text Font Color

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

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


#60349a Background Color

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

This div background color is #60349a


#60349a Border Color

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

This div border color is #60349a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,52,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 #60349a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60349a


Comments

No comments written yet.

Please login to write comment.