Color Hex Logo

#410009 Color Hex

#410009
(65,0,9)
0 Favorites   0 Comments

Color spaces of #410009

RGB 6509
HSL0.981.000.13
HSV352°100°25°
CMYK 0.001.000.86   0.75
XYZ2.22931.14350.3617
Yxy1.14350.59690.3062
Hunter Lab10.693518.49895.4800
CIE-Lab10.133830.478412.2986

#410009 color RGB value is (65,0,9).

#410009 hex color red value is 65, green value is 0 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #410009 hue: 0.98 , saturation: 1.00 and the lightness value of 410009 is 0.13.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00000000 00001001
Octal 101 0 11
Decimal 65 0 9
Hex 41 0 9

RGB Percentages of Color #410009

%87.84
%0.00
%12.16

CMYK Percentages of Color #410009

%0
%100
%86
%75

Triadic Colors of #410009

#410009 #094100 #000941

Analogous Colors of #410009

#410009 #411800 #410029

Monochromatic Colors of #410009

#410009

Complementary Color

#410009 #004138

#410009 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#410009 Color Preview on White Background

Lorem ipsum dolor sit amet.

#410009 Color CSS Codes

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

#410009 Text Font Color

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

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


#410009 Background Color

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

This div background color is #410009


#410009 Border Color

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

This div border color is #410009


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,0,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 #410009">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #410009


Comments

No comments written yet.

Please login to write comment.