Color Hex Logo

#403bac Color Hex

#403BAC
(64,59,172)
0 Favorites   0 Comments

Color spaces of #403bac

RGB 6459172
HSL0.670.490.45
HSV243°66°67°
CMYK 0.630.660.00   0.33
XYZ11.12477.196539.8324
Yxy7.19650.19130.1237
Hunter Lab26.826327.0768-69.2570
CIE-Lab32.250136.6048-59.8495

#403bac color RGB value is (64,59,172).

#403bac hex color red value is 64, green value is 59 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #403bac hue: 0.67 , saturation: 0.49 and the lightness value of 403bac is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00111011 10101100
Octal 100 73 254
Decimal 64 59 172
Hex 40 3B AC

RGB Percentages of Color #403bac

%21.69
%20.00
%58.31

CMYK Percentages of Color #403bac

%63
%66
%0
%33

Triadic Colors of #403bac

#403bac #ac403b #3bac40

Analogous Colors of #403bac

#403bac #793bac #3b6fac

Monochromatic Colors of #403bac

#403bac

Complementary Color

#403bac #a7ac3b

#403bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#403bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#403bac Color CSS Codes

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

#403bac Text Font Color

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

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


#403bac Background Color

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

This div background color is #403bac


#403bac Border Color

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

This div border color is #403bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #403bac


Comments

No comments written yet.

Please login to write comment.