Color Hex Logo

#412876 Color Hex

#412876
(65,40,118)
0 Favorites   0 Comments

Color spaces of #412876

RGB 6540118
HSL0.720.490.31
HSV259°66°46°
CMYK 0.450.660.00   0.54
XYZ6.20883.949417.5746
Yxy3.94940.22390.1424
Hunter Lab19.873120.9895-38.5214
CIE-Lab23.503531.0957-40.7849

#412876 color RGB value is (65,40,118).

#412876 hex color red value is 65, green value is 40 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #412876 hue: 0.72 , saturation: 0.49 and the lightness value of 412876 is 0.31.

The process color (four color CMYK) of #412876 color hex is 0.45, 0.66, 0.00, 0.54. Web safe color of #412876 is #333366. Color #412876 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00101000 01110110
Octal 101 50 166
Decimal 65 40 118
Hex 41 28 76

RGB Percentages of Color #412876

%29.15
%17.94
%52.91

CMYK Percentages of Color #412876

%45
%66
%0
%54

Triadic Colors of #412876

#412876 #764128 #287641

Analogous Colors of #412876

#412876 #682876 #283676

Monochromatic Colors of #412876

#412876

Complementary Color

#412876 #5d7628

#412876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#412876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#412876 Color CSS Codes

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

#412876 Text Font Color

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

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


#412876 Background Color

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

This div background color is #412876


#412876 Border Color

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

This div border color is #412876


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #412876


Comments

No comments written yet.

Please login to write comment.