Color Hex Logo

#601744 Color Hex

#601744
(96,23,68)
0 Favorites   0 Comments

Color spaces of #601744

RGB 962368
HSL0.900.610.23
HSV323°76°38°
CMYK 0.000.760.29   0.62
XYZ6.17373.51695.8223
Yxy3.51690.39800.2267
Hunter Lab18.753425.9445-5.2802
CIE-Lab22.005337.1729-9.8221

#601744 color RGB value is (96,23,68).

#601744 hex color red value is 96, green value is 23 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #601744 hue: 0.90 , saturation: 0.61 and the lightness value of 601744 is 0.23.

The process color (four color CMYK) of #601744 color hex is 0.00, 0.76, 0.29, 0.62. Web safe color of #601744 is #660033. Color #601744 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00010111 01000100
Octal 140 27 104
Decimal 96 23 68
Hex 60 17 44

RGB Percentages of Color #601744

%51.34
%12.30
%36.36

CMYK Percentages of Color #601744

%0
%76
%29
%62

Triadic Colors of #601744

#601744 #446017 #174460

Analogous Colors of #601744

#601744 #601720 #581760

Monochromatic Colors of #601744

#601744

Complementary Color

#601744 #176033

#601744 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601744 Color Preview on White Background

Lorem ipsum dolor sit amet.

#601744 Color CSS Codes

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

#601744 Text Font Color

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

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


#601744 Background Color

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

This div background color is #601744


#601744 Border Color

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

This div border color is #601744


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601744


Comments

No comments written yet.

Please login to write comment.