Color Hex Logo

#60001d Color Hex

#60001D
(96,0,29)
0 Favorites   0 Comments

Color spaces of #60001d

RGB 96029
HSL0.951.000.19
HSV342°100°38°
CMYK 0.001.000.70   0.62
XYZ5.04562.57551.3936
Yxy2.57550.55970.2857
Hunter Lab16.048428.03576.0853
CIE-Lab18.256740.256912.2801

#60001d color RGB value is (96,0,29).

#60001d hex color red value is 96, green value is 0 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #60001d hue: 0.95 , saturation: 1.00 and the lightness value of 60001d is 0.19.

The process color (four color CMYK) of #60001d color hex is 0.00, 1.00, 0.70, 0.62. Web safe color of #60001d is #660033. Color #60001d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00000000 00011101
Octal 140 0 35
Decimal 96 0 29
Hex 60 0 1D

RGB Percentages of Color #60001d

%76.80
%0.00
%23.20

CMYK Percentages of Color #60001d

%0
%100
%70
%62

Triadic Colors of #60001d

#60001d #1d6000 #001d60

Analogous Colors of #60001d

#60001d #601300 #60004d

Monochromatic Colors of #60001d

#60001d

Complementary Color

#60001d #006043

#60001d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60001d Color Preview on White Background

Lorem ipsum dolor sit amet.

#60001d Color CSS Codes

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

#60001d Text Font Color

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

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


#60001d Background Color

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

This div background color is #60001d


#60001d Border Color

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

This div border color is #60001d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,0,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #60001d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #60001d;
  -webkit-box-shadow: 1px 1px 3px 2px #60001d;
  box-shadow:         1px 1px 3px 2px #60001d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60001d


Comments

No comments written yet.

Please login to write comment.