Color Hex Logo

#60149f Color Hex

#60149F
(96,20,159)
0 Favorites   0 Comments

Color spaces of #60149f

RGB 9620159
HSL0.760.780.35
HSV273°87°62°
CMYK 0.400.870.00   0.38
XYZ11.33205.490333.2634
Yxy5.49030.22630.1096
Hunter Lab23.431445.3221-67.7666
CIE-Lab28.088356.0535-58.6850

#60149f color RGB value is (96,20,159).

#60149f hex color red value is 96, green value is 20 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #60149f hue: 0.76 , saturation: 0.78 and the lightness value of 60149f is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00010100 10011111
Octal 140 24 237
Decimal 96 20 159
Hex 60 14 9F

RGB Percentages of Color #60149f

%34.91
%7.27
%57.82

CMYK Percentages of Color #60149f

%40
%87
%0
%38

Triadic Colors of #60149f

#60149f #9f6014 #149f60

Analogous Colors of #60149f

#60149f #9f1499 #1a149f

Monochromatic Colors of #60149f

#60149f

Complementary Color

#60149f #539f14

#60149f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60149f Color Preview on White Background

Lorem ipsum dolor sit amet.

#60149f Color CSS Codes

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

#60149f Text Font Color

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

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


#60149f Background Color

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

This div background color is #60149f


#60149f Border Color

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

This div border color is #60149f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60149f


Comments

No comments written yet.

Please login to write comment.