Color Hex Logo

#402dab Color Hex

#402DAB
(64,45,171)
0 Favorites   0 Comments

Color spaces of #402dab

RGB 6445171
HSL0.690.580.42
HSV249°74°67°
CMYK 0.630.740.00   0.33
XYZ10.40345.907039.1199
Yxy5.90700.18770.1066
Hunter Lab24.304333.8739-78.4193
CIE-Lab29.176644.4481-64.2906

#402dab color RGB value is (64,45,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00101101 10101011
Octal 100 55 253
Decimal 64 45 171
Hex 40 2D AB

RGB Percentages of Color #402dab

%22.86
%16.07
%61.07

CMYK Percentages of Color #402dab

%63
%74
%0
%33

Triadic Colors of #402dab

#402dab #ab402d #2dab40

Analogous Colors of #402dab

#402dab #7f2dab #2d59ab

Monochromatic Colors of #402dab

#402dab

Complementary Color

#402dab #98ab2d

#402dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#402dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#402dab Color CSS Codes

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

#402dab Text Font Color

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

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


#402dab Background Color

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

This div background color is #402dab


#402dab Border Color

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

This div border color is #402dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #402dab


Comments

No comments written yet.

Please login to write comment.