Color Hex Logo

#403bbd Color Hex

#403BBD
(64,59,189)
0 Favorites   0 Comments

Color spaces of #403bbd

RGB 6459189
HSL0.670.520.49
HSV242°69°74°
CMYK 0.660.690.00   0.26
XYZ12.86367.892048.9894
Yxy7.89200.18440.1132
Hunter Lab28.092732.5726-83.7278
CIE-Lab33.756942.2416-67.4658

#403bbd color RGB value is (64,59,189).

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

The process color (four color CMYK) of #403bbd color hex is 0.66, 0.69, 0.00, 0.26. Web safe color of #403bbd is #3333cc. Color #403bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00111011 10111101
Octal 100 73 275
Decimal 64 59 189
Hex 40 3B BD

RGB Percentages of Color #403bbd

%20.51
%18.91
%60.58

CMYK Percentages of Color #403bbd

%66
%69
%0
%26

Triadic Colors of #403bbd

#403bbd #bd403b #3bbd40

Analogous Colors of #403bbd

#403bbd #813bbd #3b77bd

Monochromatic Colors of #403bbd

#403bbd

Complementary Color

#403bbd #b8bd3b

#403bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#403bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#403bbd Color CSS Codes

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

#403bbd Text Font Color

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

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


#403bbd Background Color

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

This div background color is #403bbd


#403bbd Border Color

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

This div border color is #403bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #403bbd

#403bbd Color Palettes


Comments

No comments written yet.

Please login to write comment.