Color Hex Logo

#41072a Color Hex

#41072A
(65,7,42)
0 Favorites   0 Comments

Color spaces of #41072a

RGB 65742
HSL0.900.810.14
HSV324°89°25°
CMYK 0.000.890.35   0.75
XYZ2.67391.44292.3281
Yxy1.44290.41490.2239
Hunter Lab12.012118.7131-3.0827
CIE-Lab12.240330.3427-6.8205

#41072a color RGB value is (65,7,42).

#41072a hex color red value is 65, green value is 7 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #41072a hue: 0.90 , saturation: 0.81 and the lightness value of 41072a is 0.14.

The process color (four color CMYK) of #41072a color hex is 0.00, 0.89, 0.35, 0.75. Web safe color of #41072a is #330033. Color #41072a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00000111 00101010
Octal 101 7 52
Decimal 65 7 42
Hex 41 7 2A

RGB Percentages of Color #41072a

%57.02
%6.14
%36.84

CMYK Percentages of Color #41072a

%0
%89
%35
%75

Triadic Colors of #41072a

#41072a #2a4107 #072a41

Analogous Colors of #41072a

#41072a #41070d #3b0741

Monochromatic Colors of #41072a

#41072a

Complementary Color

#41072a #07411e

#41072a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41072a Color Preview on White Background

Lorem ipsum dolor sit amet.

#41072a Color CSS Codes

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

#41072a Text Font Color

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

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


#41072a Background Color

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

This div background color is #41072a


#41072a Border Color

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

This div border color is #41072a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,7,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #41072a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #41072a;
  -webkit-box-shadow: 1px 1px 3px 2px #41072a;
  box-shadow:         1px 1px 3px 2px #41072a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,7,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41072a


Comments

No comments written yet.

Please login to write comment.