Color Hex Logo

#412676 Color Hex

#412676
(65,38,118)
0 Favorites   0 Comments

Color spaces of #412676

RGB 6538118
HSL0.720.510.31
HSV260°68°46°
CMYK 0.450.680.00   0.54
XYZ6.14313.818017.5527
Yxy3.81800.22330.1388
Hunter Lab19.539721.9243-39.5830
CIE-Lab23.060432.2926-41.5035

#412676 color RGB value is (65,38,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00100110 01110110
Octal 101 46 166
Decimal 65 38 118
Hex 41 26 76

RGB Percentages of Color #412676

%29.41
%17.19
%53.39

CMYK Percentages of Color #412676

%45
%68
%0
%54

Triadic Colors of #412676

#412676 #764126 #267641

Analogous Colors of #412676

#412676 #692676 #263376

Monochromatic Colors of #412676

#412676

Complementary Color

#412676 #5b7626

#412676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#412676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#412676 Color CSS Codes

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

#412676 Text Font Color

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

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


#412676 Background Color

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

This div background color is #412676


#412676 Border Color

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

This div border color is #412676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #412676


Comments

No comments written yet.

Please login to write comment.