Color Hex Logo

#414dec Color Hex

#414DEC
(65,77,236)
0 Favorites   0 Comments

Color spaces of #414dec

RGB 6577236
HSL0.650.820.59
HSV236°72°93°
CMYK 0.720.670.00   0.07
XYZ19.974212.487780.7145
Yxy12.48770.17650.1103
Hunter Lab35.337939.0528-110.6862
CIE-Lab41.981047.3492-81.0392

#414dec color RGB value is (65,77,236).

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

The process color (four color CMYK) of #414dec color hex is 0.72, 0.67, 0.00, 0.07. Web safe color of #414dec is #3366ff. Color #414dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01001101 11101100
Octal 101 115 354
Decimal 65 77 236
Hex 41 4D EC

RGB Percentages of Color #414dec

%17.20
%20.37
%62.43

CMYK Percentages of Color #414dec

%72
%67
%0
%7

Triadic Colors of #414dec

#414dec #ec414d #4dec41

Analogous Colors of #414dec

#414dec #8b41ec #41a3ec

Monochromatic Colors of #414dec

#414dec

Complementary Color

#414dec #ece041

#414dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#414dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#414dec Color CSS Codes

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

#414dec Text Font Color

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

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


#414dec Background Color

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

This div background color is #414dec


#414dec Border Color

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

This div border color is #414dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #414dec


Comments

No comments written yet.

Please login to write comment.