Color Hex Logo

#410eaa Color Hex

#410EAA
(65,14,170)
0 Favorites   0 Comments

Color spaces of #410eaa

RGB 6514170
HSL0.720.850.36
HSV260°92°67°
CMYK 0.620.920.00   0.33
XYZ9.59274.340238.3624
Yxy4.34020.18340.0830
Hunter Lab20.833145.7330-94.5941
CIE-Lab24.765757.0794-70.9720

#410eaa color RGB value is (65,14,170).

#410eaa hex color red value is 65, green value is 14 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #410eaa hue: 0.72 , saturation: 0.85 and the lightness value of 410eaa is 0.36.

The process color (four color CMYK) of #410eaa color hex is 0.62, 0.92, 0.00, 0.33. Web safe color of #410eaa is #330099. Color #410eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00001110 10101010
Octal 101 16 252
Decimal 65 14 170
Hex 41 E AA

RGB Percentages of Color #410eaa

%26.10
%5.62
%68.27

CMYK Percentages of Color #410eaa

%62
%92
%0
%33

Triadic Colors of #410eaa

#410eaa #aa410e #0eaa41

Analogous Colors of #410eaa

#410eaa #8f0eaa #0e29aa

Monochromatic Colors of #410eaa

#410eaa

Complementary Color

#410eaa #77aa0e

#410eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#410eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#410eaa Color CSS Codes

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

#410eaa Text Font Color

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

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


#410eaa Background Color

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

This div background color is #410eaa


#410eaa Border Color

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

This div border color is #410eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,14,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #410eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #410eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #410eaa;
  box-shadow:         1px 1px 3px 2px #410eaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #410eaa


Comments

No comments written yet.

Please login to write comment.