Color Hex Logo

#420e3a Color Hex

#420E3A
(66,14,58)
0 Favorites   0 Comments

Color spaces of #420e3a

RGB 661458
HSL0.860.650.16
HSV309°79°26°
CMYK 0.000.790.12   0.74
XYZ3.16751.77784.1792
Yxy1.77780.34710.1948
Hunter Lab13.333419.0712-9.2503
CIE-Lab14.275130.4063-15.2659

#420e3a color RGB value is (66,14,58).

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

The process color (four color CMYK) of #420e3a color hex is 0.00, 0.79, 0.12, 0.74. Web safe color of #420e3a is #330033. Color #420e3a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00001110 00111010
Octal 102 16 72
Decimal 66 14 58
Hex 42 E 3A

RGB Percentages of Color #420e3a

%47.83
%10.14
%42.03

CMYK Percentages of Color #420e3a

%0
%79
%12
%74

Triadic Colors of #420e3a

#420e3a #3a420e #0e3a42

Analogous Colors of #420e3a

#420e3a #420e20 #300e42

Monochromatic Colors of #420e3a

#420e3a

Complementary Color

#420e3a #0e4216

#420e3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420e3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#420e3a Color CSS Codes

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

#420e3a Text Font Color

<p style="color:#420e3a">Text here</p>

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


#420e3a Background Color

<div style="background-color:#420e3a">
Div content here</div>

This div background color is #420e3a


#420e3a Border Color

<div style="border:3px solid #420e3a">
Div here</div>

This div border color is #420e3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420e3a


Comments

No comments written yet.

Please login to write comment.