Color Hex Logo

#413daa Color Hex

#413DAA
(65,61,170)
0 Favorites   0 Comments

Color spaces of #413daa

RGB 6561170
HSL0.670.470.45
HSV242°64°67°
CMYK 0.620.640.00   0.33
XYZ11.10447.363638.8663
Yxy7.36360.19370.1284
Hunter Lab27.136025.5567-65.9247
CIE-Lab32.620734.8585-58.0446

#413daa color RGB value is (65,61,170).

#413daa hex color red value is 65, green value is 61 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #413daa hue: 0.67 , saturation: 0.47 and the lightness value of 413daa is 0.45.

The process color (four color CMYK) of #413daa color hex is 0.62, 0.64, 0.00, 0.33. Web safe color of #413daa is #333399. Color #413daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00111101 10101010
Octal 101 75 252
Decimal 65 61 170
Hex 41 3D AA

RGB Percentages of Color #413daa

%21.96
%20.61
%57.43

CMYK Percentages of Color #413daa

%62
%64
%0
%33

Triadic Colors of #413daa

#413daa #aa413d #3daa41

Analogous Colors of #413daa

#413daa #783daa #3d70aa

Monochromatic Colors of #413daa

#413daa

Complementary Color

#413daa #a6aa3d

#413daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#413daa Color CSS Codes

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

#413daa Text Font Color

<p style="color:#413daa">Text here</p>

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


#413daa Background Color

<div style="background-color:#413daa">
Div content here</div>

This div background color is #413daa


#413daa Border Color

<div style="border:3px solid #413daa">
Div here</div>

This div border color is #413daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413daa


Comments

No comments written yet.

Please login to write comment.