Color Hex Logo

#414abe Color Hex

#414ABE
(65,74,190)
0 Favorites   0 Comments

Color spaces of #414abe

RGB 6574190
HSL0.650.490.50
HSV236°66°75°
CMYK 0.660.610.00   0.25
XYZ13.92309.739149.8612
Yxy9.73910.18940.1325
Hunter Lab31.207525.0232-72.8841
CIE-Lab37.370033.5300-62.1400

#414abe color RGB value is (65,74,190).

#414abe hex color red value is 65, green value is 74 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #414abe hue: 0.65 , saturation: 0.49 and the lightness value of 414abe is 0.50.

The process color (four color CMYK) of #414abe color hex is 0.66, 0.61, 0.00, 0.25. Web safe color of #414abe is #3333cc. Color #414abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01001010 10111110
Octal 101 112 276
Decimal 65 74 190
Hex 41 4A BE

RGB Percentages of Color #414abe

%19.76
%22.49
%57.75

CMYK Percentages of Color #414abe

%66
%61
%0
%25

Triadic Colors of #414abe

#414abe #be414a #4abe41

Analogous Colors of #414abe

#414abe #7741be #4189be

Monochromatic Colors of #414abe

#414abe

Complementary Color

#414abe #beb541

#414abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#414abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#414abe Color CSS Codes

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

#414abe Text Font Color

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

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


#414abe Background Color

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

This div background color is #414abe


#414abe Border Color

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

This div border color is #414abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #414abe


Comments

No comments written yet.

Please login to write comment.