Color Hex Logo

#411eae Color Hex

#411EAE
(65,30,174)
0 Favorites   0 Comments

Color spaces of #411eae

RGB 6530174
HSL0.710.710.40
HSV255°83°68°
CMYK 0.630.830.00   0.32
XYZ10.28425.108440.4884
Yxy5.10840.18400.0914
Hunter Lab22.601841.6675-90.3898
CIE-Lab27.041452.7347-69.6110

#411eae color RGB value is (65,30,174).

#411eae hex color red value is 65, green value is 30 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #411eae hue: 0.71 , saturation: 0.71 and the lightness value of 411eae is 0.40.

The process color (four color CMYK) of #411eae color hex is 0.63, 0.83, 0.00, 0.32. Web safe color of #411eae is #333399. Color #411eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00011110 10101110
Octal 101 36 256
Decimal 65 30 174
Hex 41 1E AE

RGB Percentages of Color #411eae

%24.16
%11.15
%64.68

CMYK Percentages of Color #411eae

%63
%83
%0
%32

Triadic Colors of #411eae

#411eae #ae411e #1eae41

Analogous Colors of #411eae

#411eae #891eae #1e43ae

Monochromatic Colors of #411eae

#411eae

Complementary Color

#411eae #8bae1e

#411eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#411eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#411eae Color CSS Codes

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

#411eae Text Font Color

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

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


#411eae Background Color

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

This div background color is #411eae


#411eae Border Color

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

This div border color is #411eae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,30,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #411eae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #411eae;
  -webkit-box-shadow: 1px 1px 3px 2px #411eae;
  box-shadow:         1px 1px 3px 2px #411eae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #411eae


Comments

No comments written yet.

Please login to write comment.