Color Hex Logo

#414cda Color Hex

#414CDA
(65,76,218)
0 Favorites   0 Comments

Color spaces of #414cda

RGB 6576218
HSL0.650.670.55
HSV236°70°85°
CMYK 0.700.650.00   0.15
XYZ17.419311.354767.6032
Yxy11.35470.18070.1178
Hunter Lab33.696733.3051-95.3613
CIE-Lab40.171641.8915-73.7734

#414cda color RGB value is (65,76,218).

#414cda hex color red value is 65, green value is 76 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #414cda hue: 0.65 , saturation: 0.67 and the lightness value of 414cda is 0.55.

The process color (four color CMYK) of #414cda color hex is 0.70, 0.65, 0.00, 0.15. Web safe color of #414cda is #3333cc. Color #414cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01001100 11011010
Octal 101 114 332
Decimal 65 76 218
Hex 41 4C DA

RGB Percentages of Color #414cda

%18.11
%21.17
%60.72

CMYK Percentages of Color #414cda

%70
%65
%0
%15

Triadic Colors of #414cda

#414cda #da414c #4cda41

Analogous Colors of #414cda

#414cda #8341da #4199da

Monochromatic Colors of #414cda

#414cda

Complementary Color

#414cda #dacf41

#414cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#414cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#414cda Color CSS Codes

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

#414cda Text Font Color

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

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


#414cda Background Color

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

This div background color is #414cda


#414cda Border Color

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

This div border color is #414cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #414cda


Comments

No comments written yet.

Please login to write comment.