Color Hex Logo

#403499 Color Hex

#403499
(64,52,153)
0 Favorites   0 Comments

Color spaces of #403499

RGB 6452153
HSL0.690.490.40
HSV247°66°60°
CMYK 0.580.660.00   0.40
XYZ9.09215.845930.7862
Yxy5.84590.19880.1279
Hunter Lab24.178324.8118-58.5691
CIE-Lab29.020334.6184-53.6477

#403499 color RGB value is (64,52,153).

#403499 hex color red value is 64, green value is 52 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #403499 hue: 0.69 , saturation: 0.49 and the lightness value of 403499 is 0.40.

The process color (four color CMYK) of #403499 color hex is 0.58, 0.66, 0.00, 0.40. Web safe color of #403499 is #333399. Color #403499 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00110100 10011001
Octal 100 64 231
Decimal 64 52 153
Hex 40 34 99

RGB Percentages of Color #403499

%23.79
%19.33
%56.88

CMYK Percentages of Color #403499

%58
%66
%0
%40

Triadic Colors of #403499

#403499 #994034 #349940

Analogous Colors of #403499

#403499 #733499 #345a99

Monochromatic Colors of #403499

#403499

Complementary Color

#403499 #8d9934

#403499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#403499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#403499 Color CSS Codes

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

#403499 Text Font Color

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

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


#403499 Background Color

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

This div background color is #403499


#403499 Border Color

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

This div border color is #403499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #403499


Comments

No comments written yet.

Please login to write comment.