Color Hex Logo

#412159 Color Hex

#412159
(65,33,89)
0 Favorites   0 Comments

Color spaces of #412159

RGB 653389
HSL0.760.460.24
HSV274°63°35°
CMYK 0.270.630.00   0.65
XYZ4.52702.93289.7787
Yxy2.93280.26260.1701
Hunter Lab17.125417.2159-21.8671
CIE-Lab19.772727.0500-27.8876

#412159 color RGB value is (65,33,89).

#412159 hex color red value is 65, green value is 33 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #412159 hue: 0.76 , saturation: 0.46 and the lightness value of 412159 is 0.24.

The process color (four color CMYK) of #412159 color hex is 0.27, 0.63, 0.00, 0.65. Web safe color of #412159 is #333366. Color #412159 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00100001 01011001
Octal 101 41 131
Decimal 65 33 89
Hex 41 21 59

RGB Percentages of Color #412159

%34.76
%17.65
%47.59

CMYK Percentages of Color #412159

%27
%63
%0
%65

Triadic Colors of #412159

#412159 #594121 #215941

Analogous Colors of #412159

#412159 #592155 #252159

Monochromatic Colors of #412159

#412159

Complementary Color

#412159 #395921

#412159 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#412159 Color Preview on White Background

Lorem ipsum dolor sit amet.

#412159 Color CSS Codes

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

#412159 Text Font Color

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

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


#412159 Background Color

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

This div background color is #412159


#412159 Border Color

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

This div border color is #412159


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #412159


Comments

No comments written yet.

Please login to write comment.