Color Hex Logo

#413dab Color Hex

#413DAB
(65,61,171)
0 Favorites   0 Comments

Color spaces of #413dab

RGB 6561171
HSL0.670.470.45
HSV242°64°67°
CMYK 0.620.640.00   0.33
XYZ11.19947.401639.3665
Yxy7.40160.19320.1277
Hunter Lab27.205925.8699-66.7476
CIE-Lab32.704235.1937-58.5067

#413dab color RGB value is (65,61,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00111101 10101011
Octal 101 75 253
Decimal 65 61 171
Hex 41 3D AB

RGB Percentages of Color #413dab

%21.89
%20.54
%57.58

CMYK Percentages of Color #413dab

%62
%64
%0
%33

Triadic Colors of #413dab

#413dab #ab413d #3dab41

Analogous Colors of #413dab

#413dab #783dab #3d70ab

Monochromatic Colors of #413dab

#413dab

Complementary Color

#413dab #a7ab3d

#413dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#413dab Color CSS Codes

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

#413dab Text Font Color

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

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


#413dab Background Color

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

This div background color is #413dab


#413dab Border Color

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

This div border color is #413dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413dab


Comments

No comments written yet.

Please login to write comment.