Color Hex Logo

#402bac Color Hex

#402BAC
(64,43,172)
0 Favorites   0 Comments

Color spaces of #402bac

RGB 6443172
HSL0.690.600.42
HSV250°75°67°
CMYK 0.630.750.00   0.33
XYZ10.42465.796339.5991
Yxy5.79630.18680.1038
Hunter Lab24.075535.1577-80.6666
CIE-Lab28.892645.8346-65.3585

#402bac color RGB value is (64,43,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00101011 10101100
Octal 100 53 254
Decimal 64 43 172
Hex 40 2B AC

RGB Percentages of Color #402bac

%22.94
%15.41
%61.65

CMYK Percentages of Color #402bac

%63
%75
%0
%33

Triadic Colors of #402bac

#402bac #ac402b #2bac40

Analogous Colors of #402bac

#402bac #812bac #2b57ac

Monochromatic Colors of #402bac

#402bac

Complementary Color

#402bac #97ac2b

#402bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#402bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#402bac Color CSS Codes

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

#402bac Text Font Color

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

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


#402bac Background Color

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

This div background color is #402bac


#402bac Border Color

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

This div border color is #402bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #402bac


Comments

No comments written yet.

Please login to write comment.