Color Hex Logo

#60000e Color Hex

#60000E
(96,0,14)
0 Favorites   0 Comments

Color spaces of #60000e

RGB 96014
HSL0.981.000.19
HSV351°100°38°
CMYK 0.001.000.85   0.62
XYZ4.90312.51850.6432
Yxy2.51850.60800.3123
Hunter Lab15.869827.37698.7058
CIE-Lab18.002139.568421.8381

#60000e color RGB value is (96,0,14).

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

The process color (four color CMYK) of #60000e color hex is 0.00, 1.00, 0.85, 0.62. Web safe color of #60000e is #660000. Color #60000e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00000000 00001110
Octal 140 0 16
Decimal 96 0 14
Hex 60 0 E

RGB Percentages of Color #60000e

%87.27
%0.00
%12.73

CMYK Percentages of Color #60000e

%0
%100
%85
%62

Triadic Colors of #60000e

#60000e #0e6000 #000e60

Analogous Colors of #60000e

#60000e #602200 #60003e

Monochromatic Colors of #60000e

#60000e

Complementary Color

#60000e #006052

#60000e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60000e Color Preview on White Background

Lorem ipsum dolor sit amet.

#60000e Color CSS Codes

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

#60000e Text Font Color

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

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


#60000e Background Color

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

This div background color is #60000e


#60000e Border Color

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

This div border color is #60000e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60000e


Comments

No comments written yet.

Please login to write comment.