Color Hex Logo

#412649 Color Hex

#412649
(65,38,73)
0 Favorites   0 Comments

Color spaces of #412649

RGB 653873
HSL0.800.320.22
HSV286°48°29°
CMYK 0.110.480.00   0.71
XYZ4.07572.99116.6659
Yxy2.99110.29680.2178
Hunter Lab17.294811.7995-10.7457
CIE-Lab20.008219.8002-16.7417

#412649 color RGB value is (65,38,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00100110 01001001
Octal 101 46 111
Decimal 65 38 73
Hex 41 26 49

RGB Percentages of Color #412649

%36.93
%21.59
%41.48

CMYK Percentages of Color #412649

%11
%48
%0
%71

Triadic Colors of #412649

#412649 #494126 #264941

Analogous Colors of #412649

#412649 #492640 #302649

Monochromatic Colors of #412649

#412649

Complementary Color

#412649 #2e4926

#412649 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#412649 Color Preview on White Background

Lorem ipsum dolor sit amet.

#412649 Color CSS Codes

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

#412649 Text Font Color

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

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


#412649 Background Color

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

This div background color is #412649


#412649 Border Color

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

This div border color is #412649


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #412649


Comments

No comments written yet.

Please login to write comment.