Color Hex Logo

#601334 Color Hex

#601334
(96,19,52)
0 Favorites   0 Comments

Color spaces of #601334

RGB 961952
HSL0.930.670.23
HSV334°80°38°
CMYK 0.000.800.46   0.62
XYZ5.67663.20053.5674
Yxy3.20050.45620.2572
Hunter Lab17.889925.33190.7001
CIE-Lab20.829636.6946-0.4978

#601334 color RGB value is (96,19,52).

#601334 hex color red value is 96, green value is 19 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #601334 hue: 0.93 , saturation: 0.67 and the lightness value of 601334 is 0.23.

The process color (four color CMYK) of #601334 color hex is 0.00, 0.80, 0.46, 0.62. Web safe color of #601334 is #660033. Color #601334 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00010011 00110100
Octal 140 23 64
Decimal 96 19 52
Hex 60 13 34

RGB Percentages of Color #601334

%57.49
%11.38
%31.14

CMYK Percentages of Color #601334

%0
%80
%46
%62

Triadic Colors of #601334

#601334 #346013 #133460

Analogous Colors of #601334

#601334 #601913 #60135b

Monochromatic Colors of #601334

#601334

Complementary Color

#601334 #13603f

#601334 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601334 Color Preview on White Background

Lorem ipsum dolor sit amet.

#601334 Color CSS Codes

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

#601334 Text Font Color

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

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


#601334 Background Color

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

This div background color is #601334


#601334 Border Color

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

This div border color is #601334


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601334


Comments

No comments written yet.

Please login to write comment.