Color Hex Logo

#60193c Color Hex

#60193C
(96,25,60)
0 Favorites   0 Comments

Color spaces of #60193c

RGB 962560
HSL0.920.590.24
HSV330°74°38°
CMYK 0.000.740.38   0.62
XYZ5.98713.50834.6366
Yxy3.50830.42370.2483
Hunter Lab18.730524.2784-1.5655
CIE-Lab21.974335.2608-4.3679

#60193c color RGB value is (96,25,60).

#60193c hex color red value is 96, green value is 25 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #60193c hue: 0.92 , saturation: 0.59 and the lightness value of 60193c is 0.24.

The process color (four color CMYK) of #60193c color hex is 0.00, 0.74, 0.38, 0.62. Web safe color of #60193c is #660033. Color #60193c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00011001 00111100
Octal 140 31 74
Decimal 96 25 60
Hex 60 19 3C

RGB Percentages of Color #60193c

%53.04
%13.81
%33.15

CMYK Percentages of Color #60193c

%0
%74
%38
%62

Triadic Colors of #60193c

#60193c #3c6019 #193c60

Analogous Colors of #60193c

#60193c #601a19 #60195f

Monochromatic Colors of #60193c

#60193c

Complementary Color

#60193c #19603d

#60193c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60193c Color Preview on White Background

Lorem ipsum dolor sit amet.

#60193c Color CSS Codes

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

#60193c Text Font Color

<p style="color:#60193c">Text here</p>

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


#60193c Background Color

<div style="background-color:#60193c">
Div content here</div>

This div background color is #60193c


#60193c Border Color

<div style="border:3px solid #60193c">
Div here</div>

This div border color is #60193c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,25,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #60193c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #60193c;
  -webkit-box-shadow: 1px 1px 3px 2px #60193c;
  box-shadow:         1px 1px 3px 2px #60193c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60193c


Comments

No comments written yet.

Please login to write comment.