Color Hex Logo

#413fad Color Hex

#413FAD
(65,63,173)
0 Favorites   0 Comments

Color spaces of #413fad

RGB 6563173
HSL0.670.470.46
HSV241°64°68°
CMYK 0.620.640.00   0.32
XYZ11.50037.696040.4145
Yxy7.69600.19290.1291
Hunter Lab27.741725.4492-66.9555
CIE-Lab33.341634.6224-58.6611

#413fad color RGB value is (65,63,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00111111 10101101
Octal 101 77 255
Decimal 65 63 173
Hex 41 3F AD

RGB Percentages of Color #413fad

%21.59
%20.93
%57.48

CMYK Percentages of Color #413fad

%62
%64
%0
%32

Triadic Colors of #413fad

#413fad #ad413f #3fad41

Analogous Colors of #413fad

#413fad #783fad #3f74ad

Monochromatic Colors of #413fad

#413fad

Complementary Color

#413fad #abad3f

#413fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#413fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#413fad Color CSS Codes

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

#413fad Text Font Color

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

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


#413fad Background Color

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

This div background color is #413fad


#413fad Border Color

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

This div border color is #413fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #413fad


Comments

No comments written yet.

Please login to write comment.