Color Hex Logo

#600e3c Color Hex

#600E3C
(96,14,60)
0 Favorites   0 Comments

Color spaces of #600e3c

RGB 961460
HSL0.910.750.22
HSV326°85°38°
CMYK 0.000.850.38   0.62
XYZ5.79653.12714.5730
Yxy3.12710.42950.2317
Hunter Lab17.683627.5641-2.9539
CIE-Lab20.545939.2840-6.5099

#600e3c color RGB value is (96,14,60).

#600e3c hex color red value is 96, green value is 14 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #600e3c hue: 0.91 , saturation: 0.75 and the lightness value of 600e3c is 0.22.

The process color (four color CMYK) of #600e3c color hex is 0.00, 0.85, 0.38, 0.62. Web safe color of #600e3c is #660033. Color #600e3c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00001110 00111100
Octal 140 16 74
Decimal 96 14 60
Hex 60 E 3C

RGB Percentages of Color #600e3c

%56.47
%8.24
%35.29

CMYK Percentages of Color #600e3c

%0
%85
%38
%62

Triadic Colors of #600e3c

#600e3c #3c600e #0e3c60

Analogous Colors of #600e3c

#600e3c #600e13 #5b0e60

Monochromatic Colors of #600e3c

#600e3c

Complementary Color

#600e3c #0e6032

#600e3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#600e3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#600e3c Color CSS Codes

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

#600e3c Text Font Color

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

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


#600e3c Background Color

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

This div background color is #600e3c


#600e3c Border Color

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

This div border color is #600e3c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,14,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #600e3c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #600e3c;
  -webkit-box-shadow: 1px 1px 3px 2px #600e3c;
  box-shadow:         1px 1px 3px 2px #600e3c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #600e3c


Comments

No comments written yet.

Please login to write comment.