Color Hex Logo

#62140e Color Hex

#62140E
(98,20,14)
0 Favorites   0 Comments

Color spaces of #62140e

RGB 982014
HSL0.010.750.22
HSV86°38°
CMYK 0.000.800.86   0.62
XYZ5.36643.12870.7365
Yxy3.12870.58130.3389
Hunter Lab17.688123.20099.9130
CIE-Lab20.552134.263824.9002

#62140e color RGB value is (98,20,14).

#62140e hex color red value is 98, green value is 20 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #62140e hue: 0.01 , saturation: 0.75 and the lightness value of 62140e is 0.22.

The process color (four color CMYK) of #62140e color hex is 0.00, 0.80, 0.86, 0.62. Web safe color of #62140e is #660000. Color #62140e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00010100 00001110
Octal 142 24 16
Decimal 98 20 14
Hex 62 14 E

RGB Percentages of Color #62140e

%74.24
%15.15
%10.61

CMYK Percentages of Color #62140e

%0
%80
%86
%62

Triadic Colors of #62140e

#62140e #0e6214 #140e62

Analogous Colors of #62140e

#62140e #623e0e #620e32

Monochromatic Colors of #62140e

#62140e

Complementary Color

#62140e #0e5c62

#62140e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62140e Color Preview on White Background

Lorem ipsum dolor sit amet.

#62140e Color CSS Codes

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

#62140e Text Font Color

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

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


#62140e Background Color

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

This div background color is #62140e


#62140e Border Color

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

This div border color is #62140e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,20,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 #62140e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62140e


Comments

No comments written yet.

Please login to write comment.