Color Hex Logo

#402aac Color Hex

#402AAC
(64,42,172)
0 Favorites   0 Comments

Color spaces of #402aac

RGB 6442172
HSL0.690.610.42
HSV250°76°67°
CMYK 0.630.760.00   0.33
XYZ10.38875.724539.5871
Yxy5.72450.18650.1028
Hunter Lab23.925935.6348-81.3513
CIE-Lab28.706546.3619-65.6650

#402aac color RGB value is (64,42,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00101010 10101100
Octal 100 52 254
Decimal 64 42 172
Hex 40 2A AC

RGB Percentages of Color #402aac

%23.02
%15.11
%61.87

CMYK Percentages of Color #402aac

%63
%76
%0
%33

Triadic Colors of #402aac

#402aac #ac402a #2aac40

Analogous Colors of #402aac

#402aac #812aac #2a55ac

Monochromatic Colors of #402aac

#402aac

Complementary Color

#402aac #96ac2a

#402aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#402aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#402aac Color CSS Codes

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

#402aac Text Font Color

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

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


#402aac Background Color

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

This div background color is #402aac


#402aac Border Color

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

This div border color is #402aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #402aac


Comments

No comments written yet.

Please login to write comment.