Color Hex Logo

#413fab Color Hex

#413FAB
(65,63,171)
0 Favorites   0 Comments

Color spaces of #413fab

RGB 6563171
HSL0.670.460.46
HSV241°63°67°
CMYK 0.620.630.00   0.33
XYZ11.30827.619139.4027
Yxy7.61910.19390.1306
Hunter Lab27.602724.8226-65.3142
CIE-Lab33.176733.9484-57.7357

#413fab color RGB value is (65,63,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00111111 10101011
Octal 101 77 253
Decimal 65 63 171
Hex 41 3F AB

RGB Percentages of Color #413fab

%21.74
%21.07
%57.19

CMYK Percentages of Color #413fab

%62
%63
%0
%33

Triadic Colors of #413fab

#413fab #ab413f #3fab41

Analogous Colors of #413fab

#413fab #773fab #3f73ab

Monochromatic Colors of #413fab

#413fab

Complementary Color

#413fab #a9ab3f

#413fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#413fab Color CSS Codes

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

#413fab Text Font Color

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

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


#413fab Background Color

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

This div background color is #413fab


#413fab Border Color

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

This div border color is #413fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413fab


Comments

No comments written yet.

Please login to write comment.