Color Hex Logo

#414eca Color Hex

#414ECA
(65,78,202)
0 Favorites   0 Comments

Color spaces of #414eca

RGB 6578202
HSL0.650.560.52
HSV234°68°79°
CMYK 0.680.610.00   0.21
XYZ15.565010.836957.1485
Yxy10.83690.18630.1297
Hunter Lab32.919426.7895-79.8844
CIE-Lab39.304435.1712-65.9763

#414eca color RGB value is (65,78,202).

#414eca hex color red value is 65, green value is 78 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #414eca hue: 0.65 , saturation: 0.56 and the lightness value of 414eca is 0.52.

The process color (four color CMYK) of #414eca color hex is 0.68, 0.61, 0.00, 0.21. Web safe color of #414eca is #3366cc. Color #414eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01001110 11001010
Octal 101 116 312
Decimal 65 78 202
Hex 41 4E CA

RGB Percentages of Color #414eca

%18.84
%22.61
%58.55

CMYK Percentages of Color #414eca

%68
%61
%0
%21

Triadic Colors of #414eca

#414eca #ca414e #4eca41

Analogous Colors of #414eca

#414eca #7941ca #4193ca

Monochromatic Colors of #414eca

#414eca

Complementary Color

#414eca #cabd41

#414eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#414eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#414eca Color CSS Codes

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

#414eca Text Font Color

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

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


#414eca Background Color

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

This div background color is #414eca


#414eca Border Color

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

This div border color is #414eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #414eca


Comments

No comments written yet.

Please login to write comment.