Color Hex Logo

#60349b Color Hex

#60349B
(96,52,155)
0 Favorites   0 Comments

Color spaces of #60349b

RGB 9652155
HSL0.740.500.41
HSV266°66°61°
CMYK 0.380.660.00   0.39
XYZ11.96837.309331.7904
Yxy7.30930.23440.1431
Hunter Lab27.035731.7067-50.7921
CIE-Lab32.500941.5560-49.0587

#60349b color RGB value is (96,52,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00110100 10011011
Octal 140 64 233
Decimal 96 52 155
Hex 60 34 9B

RGB Percentages of Color #60349b

%31.68
%17.16
%51.16

CMYK Percentages of Color #60349b

%38
%66
%0
%39

Triadic Colors of #60349b

#60349b #9b6034 #349b60

Analogous Colors of #60349b

#60349b #94349b #343b9b

Monochromatic Colors of #60349b

#60349b

Complementary Color

#60349b #6f9b34

#60349b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60349b Color Preview on White Background

Lorem ipsum dolor sit amet.

#60349b Color CSS Codes

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

#60349b Text Font Color

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

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


#60349b Background Color

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

This div background color is #60349b


#60349b Border Color

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

This div border color is #60349b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60349b


Comments

No comments written yet.

Please login to write comment.