Color Hex Logo

#400aba Color Hex

#400ABA
(64,10,186)
0 Favorites   0 Comments

Color spaces of #400aba

RGB 6410186
HSL0.720.900.38
HSV258°95°73°
CMYK 0.660.950.00   0.27
XYZ11.08584.852246.8067
Yxy4.85220.17670.0773
Hunter Lab22.027751.2845-110.5660
CIE-Lab26.309561.9257-77.9955

#400aba color RGB value is (64,10,186).

#400aba hex color red value is 64, green value is 10 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #400aba hue: 0.72 , saturation: 0.90 and the lightness value of 400aba is 0.38.

The process color (four color CMYK) of #400aba color hex is 0.66, 0.95, 0.00, 0.27. Web safe color of #400aba is #3300cc. Color #400aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00001010 10111010
Octal 100 12 272
Decimal 64 10 186
Hex 40 A BA

RGB Percentages of Color #400aba

%24.62
%3.85
%71.54

CMYK Percentages of Color #400aba

%66
%95
%0
%27

Triadic Colors of #400aba

#400aba #ba400a #0aba40

Analogous Colors of #400aba

#400aba #980aba #0a2cba

Monochromatic Colors of #400aba

#400aba

Complementary Color

#400aba #84ba0a

#400aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#400aba Color CSS Codes

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

#400aba Text Font Color

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

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


#400aba Background Color

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

This div background color is #400aba


#400aba Border Color

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

This div border color is #400aba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,10,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #400aba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #400aba;
  -webkit-box-shadow: 1px 1px 3px 2px #400aba;
  box-shadow:         1px 1px 3px 2px #400aba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400aba


Comments

No comments written yet.

Please login to write comment.