Color Hex Logo

#414190 Color Hex

#414190
(65,65,144)
0 Favorites   0 Comments

Color spaces of #414190

RGB 6565144
HSL0.670.380.41
HSV240°55°56°
CMYK 0.550.550.00   0.44
XYZ9.10436.918027.2410
Yxy6.91800.21040.1599
Hunter Lab26.302115.7580-42.9950
CIE-Lab31.619523.5172-43.9208

#414190 color RGB value is (65,65,144).

#414190 hex color red value is 65, green value is 65 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #414190 hue: 0.67 , saturation: 0.38 and the lightness value of 414190 is 0.41.

The process color (four color CMYK) of #414190 color hex is 0.55, 0.55, 0.00, 0.44. Web safe color of #414190 is #333399. Color #414190 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01000001 10010000
Octal 101 101 220
Decimal 65 65 144
Hex 41 41 90

RGB Percentages of Color #414190

%23.72
%23.72
%52.55

CMYK Percentages of Color #414190

%55
%55
%0
%44

Triadic Colors of #414190

#414190 #904141 #419041

Analogous Colors of #414190

#414190 #694190 #416990

Monochromatic Colors of #414190

#414190

Complementary Color

#414190 #909041

#414190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#414190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#414190 Color CSS Codes

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

#414190 Text Font Color

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

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


#414190 Background Color

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

This div background color is #414190


#414190 Border Color

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

This div border color is #414190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #414190


Comments

No comments written yet.

Please login to write comment.