Color Hex Logo

#411eac Color Hex

#411EAC
(65,30,172)
0 Favorites   0 Comments

Color spaces of #411eac

RGB 6530172
HSL0.710.700.40
HSV255°83°67°
CMYK 0.620.830.00   0.33
XYZ10.09065.030939.4690
Yxy5.03090.18480.0922
Hunter Lab22.429741.0512-88.6306
CIE-Lab26.822652.1731-68.7709

#411eac color RGB value is (65,30,172).

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

The process color (four color CMYK) of #411eac color hex is 0.62, 0.83, 0.00, 0.33. Web safe color of #411eac is #333399. Color #411eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00011110 10101100
Octal 101 36 254
Decimal 65 30 172
Hex 41 1E AC

RGB Percentages of Color #411eac

%24.34
%11.24
%64.42

CMYK Percentages of Color #411eac

%62
%83
%0
%33

Triadic Colors of #411eac

#411eac #ac411e #1eac41

Analogous Colors of #411eac

#411eac #881eac #1e42ac

Monochromatic Colors of #411eac

#411eac

Complementary Color

#411eac #89ac1e

#411eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#411eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#411eac Color CSS Codes

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

#411eac Text Font Color

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

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


#411eac Background Color

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

This div background color is #411eac


#411eac Border Color

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

This div border color is #411eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #411eac


Comments

No comments written yet.

Please login to write comment.