Color Hex Logo

#402981 Color Hex

#402981
(64,41,129)
0 Favorites   0 Comments

Color spaces of #402981

RGB 6441129
HSL0.710.520.33
HSV256°68°51°
CMYK 0.500.680.00   0.49
XYZ6.86974.260821.2292
Yxy4.26080.21230.1317
Hunter Lab20.641723.2830-46.5283
CIE-Lab24.515533.6387-46.1180

#402981 color RGB value is (64,41,129).

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

The process color (four color CMYK) of #402981 color hex is 0.50, 0.68, 0.00, 0.49. Web safe color of #402981 is #333399. Color #402981 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00101001 10000001
Octal 100 51 201
Decimal 64 41 129
Hex 40 29 81

RGB Percentages of Color #402981

%27.35
%17.52
%55.13

CMYK Percentages of Color #402981

%50
%68
%0
%49

Triadic Colors of #402981

#402981 #814029 #298140

Analogous Colors of #402981

#402981 #6c2981 #293e81

Monochromatic Colors of #402981

#402981

Complementary Color

#402981 #6a8129

#402981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#402981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#402981 Color CSS Codes

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

#402981 Text Font Color

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

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


#402981 Background Color

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

This div background color is #402981


#402981 Border Color

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

This div border color is #402981


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #402981


Comments

No comments written yet.

Please login to write comment.