Color Hex Logo

#41142f Color Hex

#41142F
(65,20,47)
0 Favorites   0 Comments

Color spaces of #41142f

RGB 652047
HSL0.900.530.17
HSV324°69°25°
CMYK 0.000.690.28   0.75
XYZ2.94321.82942.8873
Yxy1.82940.38420.2388
Hunter Lab13.525515.1725-3.1888
CIE-Lab14.565225.2645-6.9418

#41142f color RGB value is (65,20,47).

#41142f hex color red value is 65, green value is 20 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #41142f hue: 0.90 , saturation: 0.53 and the lightness value of 41142f is 0.17.

The process color (four color CMYK) of #41142f color hex is 0.00, 0.69, 0.28, 0.75. Web safe color of #41142f is #330033. Color #41142f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00010100 00101111
Octal 101 24 57
Decimal 65 20 47
Hex 41 14 2F

RGB Percentages of Color #41142f

%49.24
%15.15
%35.61

CMYK Percentages of Color #41142f

%0
%69
%28
%75

Triadic Colors of #41142f

#41142f #2f4114 #142f41

Analogous Colors of #41142f

#41142f #411419 #3d1441

Monochromatic Colors of #41142f

#41142f

Complementary Color

#41142f #144126

#41142f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41142f Color Preview on White Background

Lorem ipsum dolor sit amet.

#41142f Color CSS Codes

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

#41142f Text Font Color

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

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


#41142f Background Color

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

This div background color is #41142f


#41142f Border Color

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

This div border color is #41142f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,20,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #41142f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #41142f;
  -webkit-box-shadow: 1px 1px 3px 2px #41142f;
  box-shadow:         1px 1px 3px 2px #41142f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41142f


Comments

No comments written yet.

Please login to write comment.