Color Hex Logo

#601305 Color Hex

#601305
(96,19,5)
0 Favorites   0 Comments

Color spaces of #601305

RGB 96195
HSL0.030.900.20
HSV95°38°
CMYK 0.000.800.95   0.62
XYZ5.08412.96350.4476
Yxy2.96350.59850.3488
Hunter Lab17.214822.591010.5088
CIE-Lab19.897133.662827.9032

#601305 color RGB value is (96,19,5).

#601305 hex color red value is 96, green value is 19 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #601305 hue: 0.03 , saturation: 0.90 and the lightness value of 601305 is 0.20.

The process color (four color CMYK) of #601305 color hex is 0.00, 0.80, 0.95, 0.62. Web safe color of #601305 is #660000. Color #601305 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00010011 00000101
Octal 140 23 5
Decimal 96 19 5
Hex 60 13 5

RGB Percentages of Color #601305

%80.00
%15.83
%4.17

CMYK Percentages of Color #601305

%0
%80
%95
%62

Triadic Colors of #601305

#601305 #056013 #130560

Analogous Colors of #601305

#601305 #604105 #600525

Monochromatic Colors of #601305

#601305

Complementary Color

#601305 #055260

#601305 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601305 Color Preview on White Background

Lorem ipsum dolor sit amet.

#601305 Color CSS Codes

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

#601305 Text Font Color

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

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


#601305 Background Color

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

This div background color is #601305


#601305 Border Color

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

This div border color is #601305


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601305


Comments

No comments written yet.

Please login to write comment.