Color Hex Logo

#42130e Color Hex

#42130E
(66,19,14)
0 Favorites   0 Comments

Color spaces of #42130e

RGB 661914
HSL0.020.650.16
HSV79°26°
CMYK 0.000.710.79   0.74
XYZ2.55891.65570.6002
Yxy1.65570.53150.3439
Hunter Lab12.867412.97986.2416
CIE-Lab13.565522.418814.8039

#42130e color RGB value is (66,19,14).

#42130e hex color red value is 66, green value is 19 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #42130e hue: 0.02 , saturation: 0.65 and the lightness value of 42130e is 0.16.

The process color (four color CMYK) of #42130e color hex is 0.00, 0.71, 0.79, 0.74. Web safe color of #42130e is #330000. Color #42130e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00010011 00001110
Octal 102 23 16
Decimal 66 19 14
Hex 42 13 E

RGB Percentages of Color #42130e

%66.67
%19.19
%14.14

CMYK Percentages of Color #42130e

%0
%71
%79
%74

Triadic Colors of #42130e

#42130e #0e4213 #130e42

Analogous Colors of #42130e

#42130e #422d0e #420e23

Monochromatic Colors of #42130e

#42130e

Complementary Color

#42130e #0e3d42

#42130e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42130e Color Preview on White Background

Lorem ipsum dolor sit amet.

#42130e Color CSS Codes

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

#42130e Text Font Color

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

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


#42130e Background Color

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

This div background color is #42130e


#42130e Border Color

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

This div border color is #42130e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42130e


Comments

No comments written yet.

Please login to write comment.