Color Hex Logo

#414fae Color Hex

#414FAE
(65,79,174)
0 Favorites   0 Comments

Color spaces of #414fae

RGB 6579174
HSL0.650.460.47
HSV232°63°68°
CMYK 0.630.550.00   0.32
XYZ12.61599.771841.2656
Yxy9.77180.19820.1535
Hunter Lab31.259917.3345-56.3857
CIE-Lab37.429724.7522-52.6145

#414fae color RGB value is (65,79,174).

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

The process color (four color CMYK) of #414fae color hex is 0.63, 0.55, 0.00, 0.32. Web safe color of #414fae is #336699. Color #414fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01001111 10101110
Octal 101 117 256
Decimal 65 79 174
Hex 41 4F AE

RGB Percentages of Color #414fae

%20.44
%24.84
%54.72

CMYK Percentages of Color #414fae

%63
%55
%0
%32

Triadic Colors of #414fae

#414fae #ae414f #4fae41

Analogous Colors of #414fae

#414fae #6a41ae #4186ae

Monochromatic Colors of #414fae

#414fae

Complementary Color

#414fae #aea041

#414fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#414fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#414fae Color CSS Codes

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

#414fae Text Font Color

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

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


#414fae Background Color

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

This div background color is #414fae


#414fae Border Color

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

This div border color is #414fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #414fae


Comments

No comments written yet.

Please login to write comment.