Color Hex Logo

#41010e Color Hex

#41010E
(65,1,14)
0 Favorites   0 Comments

Color spaces of #41010e

RGB 65114
HSL0.970.970.13
HSV348°98°25°
CMYK 0.000.980.78   0.75
XYZ2.27011.17720.5230
Yxy1.17720.57180.2965
Hunter Lab10.849918.35994.7369
CIE-Lab10.388130.250410.4298

#41010e color RGB value is (65,1,14).

#41010e hex color red value is 65, green value is 1 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #41010e hue: 0.97 , saturation: 0.97 and the lightness value of 41010e is 0.13.

The process color (four color CMYK) of #41010e color hex is 0.00, 0.98, 0.78, 0.75. Web safe color of #41010e is #330000. Color #41010e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00000001 00001110
Octal 101 1 16
Decimal 65 1 14
Hex 41 1 E

RGB Percentages of Color #41010e

%81.25
%1.25
%17.50

CMYK Percentages of Color #41010e

%0
%98
%78
%75

Triadic Colors of #41010e

#41010e #0e4101 #010e41

Analogous Colors of #41010e

#41010e #411401 #41012e

Monochromatic Colors of #41010e

#41010e

Complementary Color

#41010e #014134

#41010e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41010e Color Preview on White Background

Lorem ipsum dolor sit amet.

#41010e Color CSS Codes

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

#41010e Text Font Color

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

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


#41010e Background Color

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

This div background color is #41010e


#41010e Border Color

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

This div border color is #41010e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41010e


Comments

No comments written yet.

Please login to write comment.