Color Hex Logo

#410faa Color Hex

#410FAA
(65,15,170)
0 Favorites   0 Comments

Color spaces of #410faa

RGB 6515170
HSL0.720.840.36
HSV259°91°67°
CMYK 0.620.910.00   0.33
XYZ9.60654.367738.3670
Yxy4.36770.18350.0834
Hunter Lab20.899045.4764-94.2168
CIE-Lab24.851656.8206-70.8295

#410faa color RGB value is (65,15,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00001111 10101010
Octal 101 17 252
Decimal 65 15 170
Hex 41 F AA

RGB Percentages of Color #410faa

%26.00
%6.00
%68.00

CMYK Percentages of Color #410faa

%62
%91
%0
%33

Triadic Colors of #410faa

#410faa #aa410f #0faa41

Analogous Colors of #410faa

#410faa #8f0faa #0f2baa

Monochromatic Colors of #410faa

#410faa

Complementary Color

#410faa #78aa0f

#410faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#410faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#410faa Color CSS Codes

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

#410faa Text Font Color

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

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


#410faa Background Color

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

This div background color is #410faa


#410faa Border Color

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

This div border color is #410faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #410faa


Comments

No comments written yet.

Please login to write comment.