Color Hex Logo

#411494 Color Hex

#411494
(65,20,148)
0 Favorites   0 Comments

Color spaces of #411494

RGB 6520148
HSL0.730.760.33
HSV261°86°58°
CMYK 0.560.860.00   0.42
XYZ7.77543.762228.3333
Yxy3.76220.19500.0944
Hunter Lab19.396437.6113-73.0305
CIE-Lab22.869249.5130-60.6699

#411494 color RGB value is (65,20,148).

#411494 hex color red value is 65, green value is 20 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #411494 hue: 0.73 , saturation: 0.76 and the lightness value of 411494 is 0.33.

The process color (four color CMYK) of #411494 color hex is 0.56, 0.86, 0.00, 0.42. Web safe color of #411494 is #330099. Color #411494 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00010100 10010100
Octal 101 24 224
Decimal 65 20 148
Hex 41 14 94

RGB Percentages of Color #411494

%27.90
%8.58
%63.52

CMYK Percentages of Color #411494

%56
%86
%0
%42

Triadic Colors of #411494

#411494 #944114 #149441

Analogous Colors of #411494

#411494 #811494 #142794

Monochromatic Colors of #411494

#411494

Complementary Color

#411494 #679414

#411494 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#411494 Color Preview on White Background

Lorem ipsum dolor sit amet.

#411494 Color CSS Codes

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

#411494 Text Font Color

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

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


#411494 Background Color

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

This div background color is #411494


#411494 Border Color

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

This div border color is #411494


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #411494


Comments

No comments written yet.

Please login to write comment.