Color Hex Logo

#601256 Color Hex

#601256
(96,18,86)
0 Favorites   0 Comments

Color spaces of #601256

RGB 961886
HSL0.850.680.22
HSV308°81°38°
CMYK 0.000.810.10   0.62
XYZ6.71993.59139.1431
Yxy3.59130.34540.1846
Hunter Lab18.950730.1321-15.3400
CIE-Lab22.271541.7864-21.5953

#601256 color RGB value is (96,18,86).

#601256 hex color red value is 96, green value is 18 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #601256 hue: 0.85 , saturation: 0.68 and the lightness value of 601256 is 0.22.

The process color (four color CMYK) of #601256 color hex is 0.00, 0.81, 0.10, 0.62. Web safe color of #601256 is #660066. Color #601256 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00010010 01010110
Octal 140 22 126
Decimal 96 18 86
Hex 60 12 56

RGB Percentages of Color #601256

%48.00
%9.00
%43.00

CMYK Percentages of Color #601256

%0
%81
%10
%62

Triadic Colors of #601256

#601256 #566012 #125660

Analogous Colors of #601256

#601256 #60122f #431260

Monochromatic Colors of #601256

#601256

Complementary Color

#601256 #12601c

#601256 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601256 Color Preview on White Background

Lorem ipsum dolor sit amet.

#601256 Color CSS Codes

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

#601256 Text Font Color

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

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


#601256 Background Color

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

This div background color is #601256


#601256 Border Color

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

This div border color is #601256


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601256


Comments

No comments written yet.

Please login to write comment.