Color Hex Logo

#402aab Color Hex

#402AAB
(64,42,171)
0 Favorites   0 Comments

Color spaces of #402aab

RGB 6442171
HSL0.700.610.42
HSV250°75°67°
CMYK 0.630.750.00   0.33
XYZ10.29305.686239.0831
Yxy5.68620.18690.1033
Hunter Lab23.845835.3193-80.4841
CIE-Lab28.606646.0562-65.2289

#402aab color RGB value is (64,42,171).

#402aab hex color red value is 64, green value is 42 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #402aab hue: 0.70 , saturation: 0.61 and the lightness value of 402aab is 0.42.

The process color (four color CMYK) of #402aab color hex is 0.63, 0.75, 0.00, 0.33. Web safe color of #402aab is #333399. Color #402aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00101010 10101011
Octal 100 52 253
Decimal 64 42 171
Hex 40 2A AB

RGB Percentages of Color #402aab

%23.10
%15.16
%61.73

CMYK Percentages of Color #402aab

%63
%75
%0
%33

Triadic Colors of #402aab

#402aab #ab402a #2aab40

Analogous Colors of #402aab

#402aab #812aab #2a55ab

Monochromatic Colors of #402aab

#402aab

Complementary Color

#402aab #95ab2a

#402aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#402aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#402aab Color CSS Codes

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

#402aab Text Font Color

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

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


#402aab Background Color

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

This div background color is #402aab


#402aab Border Color

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

This div border color is #402aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #402aab


Comments

No comments written yet.

Please login to write comment.