Color Hex Logo

#601014 Color Hex

#601014
(96,16,20)
0 Favorites   0 Comments

Color spaces of #601014

RGB 961620
HSL0.990.710.22
HSV357°83°38°
CMYK 0.000.830.79   0.62
XYZ5.13542.90790.9524
Yxy2.90790.57090.3233
Hunter Lab17.052623.91358.6254
CIE-Lab19.671235.268120.2933

#601014 color RGB value is (96,16,20).

#601014 hex color red value is 96, green value is 16 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #601014 hue: 0.99 , saturation: 0.71 and the lightness value of 601014 is 0.22.

The process color (four color CMYK) of #601014 color hex is 0.00, 0.83, 0.79, 0.62. Web safe color of #601014 is #660000. Color #601014 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00010000 00010100
Octal 140 20 24
Decimal 96 16 20
Hex 60 10 14

RGB Percentages of Color #601014

%72.73
%12.12
%15.15

CMYK Percentages of Color #601014

%0
%83
%79
%62

Triadic Colors of #601014

#601014 #146010 #101460

Analogous Colors of #601014

#601014 #603410 #60103c

Monochromatic Colors of #601014

#601014

Complementary Color

#601014 #10605c

#601014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#601014 Color CSS Codes

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

#601014 Text Font Color

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

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


#601014 Background Color

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

This div background color is #601014


#601014 Border Color

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

This div border color is #601014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601014


Comments

No comments written yet.

Please login to write comment.