Color Hex Logo

#403bdd Color Hex

#403BDD
(64,59,221)
0 Favorites   0 Comments

Color spaces of #403bdd

RGB 6459221
HSL0.670.700.55
HSV242°73°87°
CMYK 0.710.730.00   0.13
XYZ16.72959.438469.3467
Yxy9.43840.17520.0988
Hunter Lab30.722043.4378-112.3260
CIE-Lab36.815052.5598-81.0149

#403bdd color RGB value is (64,59,221).

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

The process color (four color CMYK) of #403bdd color hex is 0.71, 0.73, 0.00, 0.13. Web safe color of #403bdd is #3333cc. Color #403bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00111011 11011101
Octal 100 73 335
Decimal 64 59 221
Hex 40 3B DD

RGB Percentages of Color #403bdd

%18.60
%17.15
%64.24

CMYK Percentages of Color #403bdd

%71
%73
%0
%13

Triadic Colors of #403bdd

#403bdd #dd403b #3bdd40

Analogous Colors of #403bdd

#403bdd #913bdd #3b87dd

Monochromatic Colors of #403bdd

#403bdd

Complementary Color

#403bdd #d8dd3b

#403bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#403bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#403bdd Color CSS Codes

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

#403bdd Text Font Color

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

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


#403bdd Background Color

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

This div background color is #403bdd


#403bdd Border Color

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

This div border color is #403bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #403bdd


Comments

No comments written yet.

Please login to write comment.