Color Hex Logo

#412149 Color Hex

#412149
(65,33,73)
0 Favorites   0 Comments

Color spaces of #412149

RGB 653373
HSL0.800.380.21
HSV288°55°29°
CMYK 0.110.550.00   0.71
XYZ3.92642.69266.6161
Yxy2.69260.29670.2034
Hunter Lab16.409113.9957-12.4191
CIE-Lab18.768222.9816-18.6829

#412149 color RGB value is (65,33,73).

#412149 hex color red value is 65, green value is 33 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #412149 hue: 0.80 , saturation: 0.38 and the lightness value of 412149 is 0.21.

The process color (four color CMYK) of #412149 color hex is 0.11, 0.55, 0.00, 0.71. Web safe color of #412149 is #333333. Color #412149 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00100001 01001001
Octal 101 41 111
Decimal 65 33 73
Hex 41 21 49

RGB Percentages of Color #412149

%38.01
%19.30
%42.69

CMYK Percentages of Color #412149

%11
%55
%0
%71

Triadic Colors of #412149

#412149 #494121 #214941

Analogous Colors of #412149

#412149 #49213d #2d2149

Monochromatic Colors of #412149

#412149

Complementary Color

#412149 #294921

#412149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#412149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#412149 Color CSS Codes

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

#412149 Text Font Color

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

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


#412149 Background Color

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

This div background color is #412149


#412149 Border Color

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

This div border color is #412149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #412149


Comments

No comments written yet.

Please login to write comment.