Color Hex Logo

#60073f Color Hex

#60073F
(96,7,63)
0 Favorites   0 Comments

Color spaces of #60073f

RGB 96763
HSL0.900.860.20
HSV322°93°38°
CMYK 0.000.930.34   0.62
XYZ5.79712.99764.9757
Yxy2.99760.42100.2177
Hunter Lab17.313629.4683-4.9197
CIE-Lab20.034341.4960-9.3755

#60073f color RGB value is (96,7,63).

#60073f hex color red value is 96, green value is 7 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #60073f hue: 0.90 , saturation: 0.86 and the lightness value of 60073f is 0.20.

The process color (four color CMYK) of #60073f color hex is 0.00, 0.93, 0.34, 0.62. Web safe color of #60073f is #660033. Color #60073f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00000111 00111111
Octal 140 7 77
Decimal 96 7 63
Hex 60 7 3F

RGB Percentages of Color #60073f

%57.83
%4.22
%37.95

CMYK Percentages of Color #60073f

%0
%93
%34
%62

Triadic Colors of #60073f

#60073f #3f6007 #073f60

Analogous Colors of #60073f

#60073f #600712 #550760

Monochromatic Colors of #60073f

#60073f

Complementary Color

#60073f #076028

#60073f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60073f Color Preview on White Background

Lorem ipsum dolor sit amet.

#60073f Color CSS Codes

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

#60073f Text Font Color

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

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


#60073f Background Color

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

This div background color is #60073f


#60073f Border Color

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

This div border color is #60073f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60073f


Comments

No comments written yet.

Please login to write comment.