Color Hex Logo

#400aab Color Hex

#400AAB
(64,10,171)
0 Favorites   0 Comments

Color spaces of #400aab

RGB 6410171
HSL0.720.890.35
HSV260°94°67°
CMYK 0.630.940.00   0.33
XYZ9.57364.247338.8433
Yxy4.24730.18180.0806
Hunter Lab20.609046.8539-97.3221
CIE-Lab24.472758.1875-72.0649

#400aab color RGB value is (64,10,171).

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

The process color (four color CMYK) of #400aab color hex is 0.63, 0.94, 0.00, 0.33. Web safe color of #400aab is #330099. Color #400aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00001010 10101011
Octal 100 12 253
Decimal 64 10 171
Hex 40 A AB

RGB Percentages of Color #400aab

%26.12
%4.08
%69.80

CMYK Percentages of Color #400aab

%63
%94
%0
%33

Triadic Colors of #400aab

#400aab #ab400a #0aab40

Analogous Colors of #400aab

#400aab #910aab #0a24ab

Monochromatic Colors of #400aab

#400aab

Complementary Color

#400aab #75ab0a

#400aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#400aab Color CSS Codes

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

#400aab Text Font Color

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

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


#400aab Background Color

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

This div background color is #400aab


#400aab Border Color

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

This div border color is #400aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400aab


Comments

No comments written yet.

Please login to write comment.