Color Hex Logo

#412e4f Color Hex

#412E4F
(65,46,79)
0 Favorites   0 Comments

Color spaces of #412e4f

RGB 654679
HSL0.760.260.25
HSV275°42°31°
CMYK 0.180.420.00   0.69
XYZ4.56833.64237.8594
Yxy3.64230.28430.2267
Hunter Lab19.08489.3288-11.0571
CIE-Lab22.451816.0518-16.9772

#412e4f color RGB value is (65,46,79).

#412e4f hex color red value is 65, green value is 46 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #412e4f hue: 0.76 , saturation: 0.26 and the lightness value of 412e4f is 0.25.

The process color (four color CMYK) of #412e4f color hex is 0.18, 0.42, 0.00, 0.69. Web safe color of #412e4f is #333366. Color #412e4f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00101110 01001111
Octal 101 56 117
Decimal 65 46 79
Hex 41 2E 4F

RGB Percentages of Color #412e4f

%34.21
%24.21
%41.58

CMYK Percentages of Color #412e4f

%18
%42
%0
%69

Triadic Colors of #412e4f

#412e4f #4f412e #2e4f41

Analogous Colors of #412e4f

#412e4f #4f2e4d #312e4f

Monochromatic Colors of #412e4f

#412e4f

Complementary Color

#412e4f #3c4f2e

#412e4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#412e4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#412e4f Color CSS Codes

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

#412e4f Text Font Color

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

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


#412e4f Background Color

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

This div background color is #412e4f


#412e4f Border Color

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

This div border color is #412e4f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,46,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #412e4f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #412e4f;
  -webkit-box-shadow: 1px 1px 3px 2px #412e4f;
  box-shadow:         1px 1px 3px 2px #412e4f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #412e4f


Comments

No comments written yet.

Please login to write comment.