Color Hex Logo

#414fac Color Hex

#414FAC
(65,79,172)
0 Favorites   0 Comments

Color spaces of #414fac

RGB 6579172
HSL0.640.450.46
HSV232°62°67°
CMYK 0.620.540.00   0.33
XYZ12.42239.694340.2462
Yxy9.69430.19920.1555
Hunter Lab31.135716.7293-54.8437
CIE-Lab37.288124.0513-51.6569

#414fac color RGB value is (65,79,172).

#414fac hex color red value is 65, green value is 79 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #414fac hue: 0.64 , saturation: 0.45 and the lightness value of 414fac is 0.46.

The process color (four color CMYK) of #414fac color hex is 0.62, 0.54, 0.00, 0.33. Web safe color of #414fac is #336699. Color #414fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01001111 10101100
Octal 101 117 254
Decimal 65 79 172
Hex 41 4F AC

RGB Percentages of Color #414fac

%20.57
%25.00
%54.43

CMYK Percentages of Color #414fac

%62
%54
%0
%33

Triadic Colors of #414fac

#414fac #ac414f #4fac41

Analogous Colors of #414fac

#414fac #6941ac #4185ac

Monochromatic Colors of #414fac

#414fac

Complementary Color

#414fac #ac9e41

#414fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#414fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#414fac Color CSS Codes

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

#414fac Text Font Color

<p style="color:#414fac">Text here</p>

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


#414fac Background Color

<div style="background-color:#414fac">
Div content here</div>

This div background color is #414fac


#414fac Border Color

<div style="border:3px solid #414fac">
Div here</div>

This div border color is #414fac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,79,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #414fac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #414fac;
  -webkit-box-shadow: 1px 1px 3px 2px #414fac;
  box-shadow:         1px 1px 3px 2px #414fac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #414fac


Comments

No comments written yet.

Please login to write comment.