Color Hex Logo

#414dbe Color Hex

#414DBE
(65,77,190)
0 Favorites   0 Comments

Color spaces of #414dbe

RGB 6577190
HSL0.650.490.50
HSV234°66°75°
CMYK 0.660.590.00   0.25
XYZ14.128110.149349.9296
Yxy10.14930.19040.1368
Hunter Lab31.858023.4082-70.6221
CIE-Lab38.109131.6325-60.9363

#414dbe color RGB value is (65,77,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01001101 10111110
Octal 101 115 276
Decimal 65 77 190
Hex 41 4D BE

RGB Percentages of Color #414dbe

%19.58
%23.19
%57.23

CMYK Percentages of Color #414dbe

%66
%59
%0
%25

Triadic Colors of #414dbe

#414dbe #be414d #4dbe41

Analogous Colors of #414dbe

#414dbe #7441be #418cbe

Monochromatic Colors of #414dbe

#414dbe

Complementary Color

#414dbe #beb241

#414dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#414dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#414dbe Color CSS Codes

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

#414dbe Text Font Color

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

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


#414dbe Background Color

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

This div background color is #414dbe


#414dbe Border Color

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

This div border color is #414dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #414dbe


Comments

No comments written yet.

Please login to write comment.