Color Hex Logo

#411849 Color Hex

#411849
(65,24,73)
0 Favorites   0 Comments

Color spaces of #411849

RGB 652473
HSL0.810.510.19
HSV290°67°29°
CMYK 0.110.670.00   0.71
XYZ3.70922.25816.5437
Yxy2.25810.29650.1805
Hunter Lab15.027017.7630-15.2998
CIE-Lab16.787328.2721-21.8103

#411849 color RGB value is (65,24,73).

#411849 hex color red value is 65, green value is 24 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #411849 hue: 0.81 , saturation: 0.51 and the lightness value of 411849 is 0.19.

The process color (four color CMYK) of #411849 color hex is 0.11, 0.67, 0.00, 0.71. Web safe color of #411849 is #330033. Color #411849 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00011000 01001001
Octal 101 30 111
Decimal 65 24 73
Hex 41 18 49

RGB Percentages of Color #411849

%40.12
%14.81
%45.06

CMYK Percentages of Color #411849

%11
%67
%0
%71

Triadic Colors of #411849

#411849 #494118 #184941

Analogous Colors of #411849

#411849 #491839 #291849

Monochromatic Colors of #411849

#411849

Complementary Color

#411849 #204918

#411849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#411849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#411849 Color CSS Codes

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

#411849 Text Font Color

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

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


#411849 Background Color

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

This div background color is #411849


#411849 Border Color

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

This div border color is #411849


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #411849


Comments

No comments written yet.

Please login to write comment.