Color Hex Logo

#403a90 Color Hex

#403A90
(64,58,144)
0 Favorites   0 Comments

Color spaces of #403a90

RGB 6458144
HSL0.680.430.40
HSV244°60°56°
CMYK 0.560.600.00   0.44
XYZ8.66146.129727.1122
Yxy6.12970.20670.1463
Hunter Lab24.758219.1194-47.5964
CIE-Lab29.737427.8583-46.9669

#403a90 color RGB value is (64,58,144).

#403a90 hex color red value is 64, green value is 58 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #403a90 hue: 0.68 , saturation: 0.43 and the lightness value of 403a90 is 0.40.

The process color (four color CMYK) of #403a90 color hex is 0.56, 0.60, 0.00, 0.44. Web safe color of #403a90 is #333399. Color #403a90 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00111010 10010000
Octal 100 72 220
Decimal 64 58 144
Hex 40 3A 90

RGB Percentages of Color #403a90

%24.06
%21.80
%54.14

CMYK Percentages of Color #403a90

%56
%60
%0
%44

Triadic Colors of #403a90

#403a90 #90403a #3a9040

Analogous Colors of #403a90

#403a90 #6b3a90 #3a5f90

Monochromatic Colors of #403a90

#403a90

Complementary Color

#403a90 #8a903a

#403a90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#403a90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#403a90 Color CSS Codes

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

#403a90 Text Font Color

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

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


#403a90 Background Color

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

This div background color is #403a90


#403a90 Border Color

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

This div border color is #403a90


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,58,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 #403a90">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #403a90


Comments

No comments written yet.

Please login to write comment.