Color Hex Logo

#601018 Color Hex

#601018
(96,16,24)
0 Favorites   0 Comments

Color spaces of #601018

RGB 961624
HSL0.980.710.22
HSV354°83°38°
CMYK 0.000.830.75   0.62
XYZ5.17402.92331.1557
Yxy2.92330.55920.3159
Hunter Lab17.097724.09587.9607
CIE-Lab19.734135.469517.6571

#601018 color RGB value is (96,16,24).

#601018 hex color red value is 96, green value is 16 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #601018 hue: 0.98 , saturation: 0.71 and the lightness value of 601018 is 0.22.

The process color (four color CMYK) of #601018 color hex is 0.00, 0.83, 0.75, 0.62. Web safe color of #601018 is #660000. Color #601018 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00010000 00011000
Octal 140 20 30
Decimal 96 16 24
Hex 60 10 18

RGB Percentages of Color #601018

%70.59
%11.76
%17.65

CMYK Percentages of Color #601018

%0
%83
%75
%62

Triadic Colors of #601018

#601018 #186010 #101860

Analogous Colors of #601018

#601018 #603010 #601040

Monochromatic Colors of #601018

#601018

Complementary Color

#601018 #106058

#601018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#601018 Color CSS Codes

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

#601018 Text Font Color

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

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


#601018 Background Color

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

This div background color is #601018


#601018 Border Color

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

This div border color is #601018


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601018


Comments

No comments written yet.

Please login to write comment.