Color Hex Logo

#60132f Color Hex

#60132F
(96,19,47)
0 Favorites   0 Comments

Color spaces of #60132f

RGB 961947
HSL0.940.670.23
HSV338°80°38°
CMYK 0.000.800.51   0.62
XYZ5.56983.15783.0053
Yxy3.15780.47470.2691
Hunter Lab17.770224.85032.4120
CIE-Lab20.665136.17022.7736

#60132f color RGB value is (96,19,47).

#60132f hex color red value is 96, green value is 19 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #60132f hue: 0.94 , saturation: 0.67 and the lightness value of 60132f is 0.23.

The process color (four color CMYK) of #60132f color hex is 0.00, 0.80, 0.51, 0.62. Web safe color of #60132f is #660033. Color #60132f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00010011 00101111
Octal 140 23 57
Decimal 96 19 47
Hex 60 13 2F

RGB Percentages of Color #60132f

%59.26
%11.73
%29.01

CMYK Percentages of Color #60132f

%0
%80
%51
%62

Triadic Colors of #60132f

#60132f #2f6013 #132f60

Analogous Colors of #60132f

#60132f #601e13 #601356

Monochromatic Colors of #60132f

#60132f

Complementary Color

#60132f #136044

#60132f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60132f Color Preview on White Background

Lorem ipsum dolor sit amet.

#60132f Color CSS Codes

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

#60132f Text Font Color

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

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


#60132f Background Color

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

This div background color is #60132f


#60132f Border Color

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

This div border color is #60132f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60132f


Comments

No comments written yet.

Please login to write comment.