Color Hex Logo

#411dae Color Hex

#411DAE
(65,29,174)
0 Favorites   0 Comments

Color spaces of #411dae

RGB 6529174
HSL0.710.710.40
HSV255°83°68°
CMYK 0.630.830.00   0.32
XYZ10.25935.058540.4801
Yxy5.05850.18390.0907
Hunter Lab22.491142.0632-90.9680
CIE-Lab26.900853.1483-69.8436

#411dae color RGB value is (65,29,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00011101 10101110
Octal 101 35 256
Decimal 65 29 174
Hex 41 1D AE

RGB Percentages of Color #411dae

%24.25
%10.82
%64.93

CMYK Percentages of Color #411dae

%63
%83
%0
%32

Triadic Colors of #411dae

#411dae #ae411d #1dae41

Analogous Colors of #411dae

#411dae #8a1dae #1d42ae

Monochromatic Colors of #411dae

#411dae

Complementary Color

#411dae #8aae1d

#411dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#411dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#411dae Color CSS Codes

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

#411dae Text Font Color

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

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


#411dae Background Color

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

This div background color is #411dae


#411dae Border Color

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

This div border color is #411dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #411dae


Comments

No comments written yet.

Please login to write comment.