Color Hex Logo

#601844 Color Hex

#601844
(96,24,68)
0 Favorites   0 Comments

Color spaces of #601844

RGB 962468
HSL0.900.600.24
HSV323°75°38°
CMYK 0.000.750.29   0.62
XYZ6.19393.55745.8290
Yxy3.55740.39750.2283
Hunter Lab18.861125.6118-5.1208
CIE-Lab22.150736.7654-9.6004

#601844 color RGB value is (96,24,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00011000 01000100
Octal 140 30 104
Decimal 96 24 68
Hex 60 18 44

RGB Percentages of Color #601844

%51.06
%12.77
%36.17

CMYK Percentages of Color #601844

%0
%75
%29
%62

Triadic Colors of #601844

#601844 #446018 #184460

Analogous Colors of #601844

#601844 #601820 #581860

Monochromatic Colors of #601844

#601844

Complementary Color

#601844 #186034

#601844 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601844 Color Preview on White Background

Lorem ipsum dolor sit amet.

#601844 Color CSS Codes

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

#601844 Text Font Color

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

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


#601844 Background Color

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

This div background color is #601844


#601844 Border Color

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

This div border color is #601844


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,24,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 #601844">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601844


Comments

No comments written yet.

Please login to write comment.