Color Hex Logo

#600e26 Color Hex

#600E26
(96,14,38)
0 Favorites   0 Comments

Color spaces of #600e26

RGB 961438
HSL0.950.750.22
HSV342°85°38°
CMYK 0.000.850.60   0.62
XYZ5.33082.94082.1204
Yxy2.94080.51300.2830
Hunter Lab17.148825.47754.6731
CIE-Lab19.805237.05807.9249

#600e26 color RGB value is (96,14,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00001110 00100110
Octal 140 16 46
Decimal 96 14 38
Hex 60 E 26

RGB Percentages of Color #600e26

%64.86
%9.46
%25.68

CMYK Percentages of Color #600e26

%0
%85
%60
%62

Triadic Colors of #600e26

#600e26 #26600e #0e2660

Analogous Colors of #600e26

#600e26 #601f0e #600e4f

Monochromatic Colors of #600e26

#600e26

Complementary Color

#600e26 #0e6048

#600e26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#600e26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#600e26 Color CSS Codes

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

#600e26 Text Font Color

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

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


#600e26 Background Color

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

This div background color is #600e26


#600e26 Border Color

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

This div border color is #600e26


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #600e26


Comments

No comments written yet.

Please login to write comment.