Color Hex Logo

#403bde Color Hex

#403BDE
(64,59,222)
0 Favorites   0 Comments

Color spaces of #403bde

RGB 6459222
HSL0.670.710.55
HSV242°73°87°
CMYK 0.710.730.00   0.13
XYZ16.86319.491870.0506
Yxy9.49180.17490.0985
Hunter Lab30.808843.7862-113.2429
CIE-Lab36.914452.8753-81.4238

#403bde color RGB value is (64,59,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00111011 11011110
Octal 100 73 336
Decimal 64 59 222
Hex 40 3B DE

RGB Percentages of Color #403bde

%18.55
%17.10
%64.35

CMYK Percentages of Color #403bde

%71
%73
%0
%13

Triadic Colors of #403bde

#403bde #de403b #3bde40

Analogous Colors of #403bde

#403bde #923bde #3b88de

Monochromatic Colors of #403bde

#403bde

Complementary Color

#403bde #d9de3b

#403bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#403bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#403bde Color CSS Codes

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

#403bde Text Font Color

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

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


#403bde Background Color

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

This div background color is #403bde


#403bde Border Color

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

This div border color is #403bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #403bde


Comments

No comments written yet.

Please login to write comment.