Color Hex Logo

#60049f Color Hex

#60049F
(96,4,159)
0 Favorites   0 Comments

Color spaces of #60049f

RGB 964159
HSL0.770.950.32
HSV276°97°62°
CMYK 0.400.970.00   0.38
XYZ11.12535.076833.1944
Yxy5.07680.22520.1028
Hunter Lab22.531848.7058-71.5754
CIE-Lab26.952559.4440-60.5502

#60049f color RGB value is (96,4,159).

#60049f hex color red value is 96, green value is 4 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #60049f hue: 0.77 , saturation: 0.95 and the lightness value of 60049f is 0.32.

The process color (four color CMYK) of #60049f color hex is 0.40, 0.97, 0.00, 0.38. Web safe color of #60049f is #660099. Color #60049f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00000100 10011111
Octal 140 4 237
Decimal 96 4 159
Hex 60 4 9F

RGB Percentages of Color #60049f

%37.07
%1.54
%61.39

CMYK Percentages of Color #60049f

%40
%97
%0
%38

Triadic Colors of #60049f

#60049f #9f6004 #049f60

Analogous Colors of #60049f

#60049f #9f0491 #13049f

Monochromatic Colors of #60049f

#60049f

Complementary Color

#60049f #439f04

#60049f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60049f Color Preview on White Background

Lorem ipsum dolor sit amet.

#60049f Color CSS Codes

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

#60049f Text Font Color

<p style="color:#60049f">Text here</p>

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


#60049f Background Color

<div style="background-color:#60049f">
Div content here</div>

This div background color is #60049f


#60049f Border Color

<div style="border:3px solid #60049f">
Div here</div>

This div border color is #60049f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,4,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #60049f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #60049f;
  -webkit-box-shadow: 1px 1px 3px 2px #60049f;
  box-shadow:         1px 1px 3px 2px #60049f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60049f


Comments

No comments written yet.

Please login to write comment.