Color Hex Logo

#421109 Color Hex

#421109
(66,17,9)
0 Favorites   0 Comments

Color spaces of #421109

RGB 66179
HSL0.020.760.15
HSV86°26°
CMYK 0.000.740.86   0.74
XYZ2.49651.57890.4316
Yxy1.57890.55390.3503
Hunter Lab12.565413.47496.7593
CIE-Lab13.101123.192316.4148

#421109 color RGB value is (66,17,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00010001 00001001
Octal 102 21 11
Decimal 66 17 9
Hex 42 11 9

RGB Percentages of Color #421109

%71.74
%18.48
%9.78

CMYK Percentages of Color #421109

%0
%74
%86
%74

Triadic Colors of #421109

#421109 #094211 #110942

Analogous Colors of #421109

#421109 #422e09 #42091d

Monochromatic Colors of #421109

#421109

Complementary Color

#421109 #093a42

#421109 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421109 Color Preview on White Background

Lorem ipsum dolor sit amet.

#421109 Color CSS Codes

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

#421109 Text Font Color

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

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


#421109 Background Color

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

This div background color is #421109


#421109 Border Color

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

This div border color is #421109


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421109


Comments

No comments written yet.

Please login to write comment.