Color Hex Logo

#60015f Color Hex

#60015F
(96,1,95)
0 Favorites   0 Comments

Color spaces of #60015f

RGB 96195
HSL0.840.980.19
HSV301°99°38°
CMYK 0.000.990.01   0.62
XYZ6.90033.334711.1065
Yxy3.33470.32330.1563
Hunter Lab18.261235.4923-23.2776
CIE-Lab21.337447.6466-29.0730

#60015f color RGB value is (96,1,95).

#60015f hex color red value is 96, green value is 1 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #60015f hue: 0.84 , saturation: 0.98 and the lightness value of 60015f is 0.19.

The process color (four color CMYK) of #60015f color hex is 0.00, 0.99, 0.01, 0.62. Web safe color of #60015f is #660066. Color #60015f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00000001 01011111
Octal 140 1 137
Decimal 96 1 95
Hex 60 1 5F

RGB Percentages of Color #60015f

%50.00
%0.52
%49.48

CMYK Percentages of Color #60015f

%0
%99
%1
%62

Triadic Colors of #60015f

#60015f #5f6001 #015f60

Analogous Colors of #60015f

#60015f #60012f #320160

Monochromatic Colors of #60015f

#60015f

Complementary Color

#60015f #016002

#60015f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60015f Color Preview on White Background

Lorem ipsum dolor sit amet.

#60015f Color CSS Codes

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

#60015f Text Font Color

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

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


#60015f Background Color

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

This div background color is #60015f


#60015f Border Color

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

This div border color is #60015f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60015f


Comments

No comments written yet.

Please login to write comment.