Color Hex Logo

#402989 Color Hex

#402989
(64,41,137)
0 Favorites   0 Comments

Color spaces of #402989

RGB 6441137
HSL0.710.540.35
HSV254°70°54°
CMYK 0.530.700.00   0.46
XYZ7.42264.482024.1408
Yxy4.48200.20590.1243
Hunter Lab21.170725.5345-52.7883
CIE-Lab25.204936.1115-50.0059

#402989 color RGB value is (64,41,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00101001 10001001
Octal 100 51 211
Decimal 64 41 137
Hex 40 29 89

RGB Percentages of Color #402989

%26.45
%16.94
%56.61

CMYK Percentages of Color #402989

%53
%70
%0
%46

Triadic Colors of #402989

#402989 #894029 #298940

Analogous Colors of #402989

#402989 #702989 #294289

Monochromatic Colors of #402989

#402989

Complementary Color

#402989 #728929

#402989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#402989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#402989 Color CSS Codes

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

#402989 Text Font Color

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

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


#402989 Background Color

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

This div background color is #402989


#402989 Border Color

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

This div border color is #402989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #402989

#402989 Color Palettes


Comments

No comments written yet.

Please login to write comment.