Color Hex Logo

#402589 Color Hex

#402589
(64,37,137)
0 Favorites   0 Comments

Color spaces of #402589

RGB 6437137
HSL0.710.570.34
HSV256°73°54°
CMYK 0.530.730.00   0.46
XYZ7.29134.219324.0970
Yxy4.21930.20480.1185
Hunter Lab20.540927.4145-55.1757
CIE-Lab24.383638.3839-51.3487

#402589 color RGB value is (64,37,137).

#402589 hex color red value is 64, green value is 37 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #402589 hue: 0.71 , saturation: 0.57 and the lightness value of 402589 is 0.34.

The process color (four color CMYK) of #402589 color hex is 0.53, 0.73, 0.00, 0.46. Web safe color of #402589 is #333399. Color #402589 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00100101 10001001
Octal 100 45 211
Decimal 64 37 137
Hex 40 25 89

RGB Percentages of Color #402589

%26.89
%15.55
%57.56

CMYK Percentages of Color #402589

%53
%73
%0
%46

Triadic Colors of #402589

#402589 #894025 #258940

Analogous Colors of #402589

#402589 #722589 #253c89

Monochromatic Colors of #402589

#402589

Complementary Color

#402589 #6e8925

#402589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#402589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#402589 Color CSS Codes

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

#402589 Text Font Color

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

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


#402589 Background Color

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

This div background color is #402589


#402589 Border Color

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

This div border color is #402589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #402589


Comments

No comments written yet.

Please login to write comment.