Color Hex Logo

#401489 Color Hex

#401489
(64,20,137)
0 Favorites   0 Comments

Color spaces of #401489

RGB 6420137
HSL0.730.750.31
HSV263°85°54°
CMYK 0.530.850.00   0.46
XYZ6.87993.396423.9599
Yxy3.39640.20100.0992
Hunter Lab18.429334.3850-64.1822
CIE-Lab21.566246.4543-55.9763

#401489 color RGB value is (64,20,137).

#401489 hex color red value is 64, green value is 20 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #401489 hue: 0.73 , saturation: 0.75 and the lightness value of 401489 is 0.31.

The process color (four color CMYK) of #401489 color hex is 0.53, 0.85, 0.00, 0.46. Web safe color of #401489 is #330099. Color #401489 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00010100 10001001
Octal 100 24 211
Decimal 64 20 137
Hex 40 14 89

RGB Percentages of Color #401489

%28.96
%9.05
%61.99

CMYK Percentages of Color #401489

%53
%85
%0
%46

Triadic Colors of #401489

#401489 #894014 #148940

Analogous Colors of #401489

#401489 #7b1489 #142389

Monochromatic Colors of #401489

#401489

Complementary Color

#401489 #5d8914

#401489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#401489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#401489 Color CSS Codes

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

#401489 Text Font Color

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

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


#401489 Background Color

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

This div background color is #401489


#401489 Border Color

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

This div border color is #401489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #401489


Comments

No comments written yet.

Please login to write comment.