Color Hex Logo

#401466 Color Hex

#401466
(64,20,102)
0 Favorites   0 Comments

Color spaces of #401466

RGB 6420102
HSL0.760.670.24
HSV272°80°40°
CMYK 0.370.800.00   0.60
XYZ4.76282.549612.8115
Yxy2.54960.23670.1267
Hunter Lab15.967525.3002-36.3941
CIE-Lab18.141537.1751-39.1393

#401466 color RGB value is (64,20,102).

#401466 hex color red value is 64, green value is 20 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #401466 hue: 0.76 , saturation: 0.67 and the lightness value of 401466 is 0.24.

The process color (four color CMYK) of #401466 color hex is 0.37, 0.80, 0.00, 0.60. Web safe color of #401466 is #330066. Color #401466 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00010100 01100110
Octal 100 24 146
Decimal 64 20 102
Hex 40 14 66

RGB Percentages of Color #401466

%34.41
%10.75
%54.84

CMYK Percentages of Color #401466

%37
%80
%0
%60

Triadic Colors of #401466

#401466 #664014 #146640

Analogous Colors of #401466

#401466 #661463 #171466

Monochromatic Colors of #401466

#401466

Complementary Color

#401466 #3a6614

#401466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#401466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#401466 Color CSS Codes

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

#401466 Text Font Color

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

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


#401466 Background Color

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

This div background color is #401466


#401466 Border Color

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

This div border color is #401466


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,20,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #401466; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #401466;
  -webkit-box-shadow: 1px 1px 3px 2px #401466;
  box-shadow:         1px 1px 3px 2px #401466; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #401466


Comments

No comments written yet.

Please login to write comment.