Color Hex Logo

#42090e Color Hex

#42090E
(66,9,14)
0 Favorites   0 Comments

Color spaces of #42090e

RGB 66914
HSL0.990.760.15
HSV355°86°26°
CMYK 0.000.860.79   0.74
XYZ2.42371.38530.5551
Yxy1.38530.55540.3174
Hunter Lab11.769916.16015.4426
CIE-Lab11.859527.085312.5075

#42090e color RGB value is (66,9,14).

#42090e hex color red value is 66, green value is 9 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #42090e hue: 0.99 , saturation: 0.76 and the lightness value of 42090e is 0.15.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00001001 00001110
Octal 102 11 16
Decimal 66 9 14
Hex 42 9 E

RGB Percentages of Color #42090e

%74.16
%10.11
%15.73

CMYK Percentages of Color #42090e

%0
%86
%79
%74

Triadic Colors of #42090e

#42090e #0e4209 #090e42

Analogous Colors of #42090e

#42090e #422109 #42092a

Monochromatic Colors of #42090e

#42090e

Complementary Color

#42090e #09423d

#42090e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42090e Color Preview on White Background

Lorem ipsum dolor sit amet.

#42090e Color CSS Codes

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

#42090e Text Font Color

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

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


#42090e Background Color

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

This div background color is #42090e


#42090e Border Color

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

This div border color is #42090e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42090e


Comments

No comments written yet.

Please login to write comment.