Color Hex Logo

#403bce Color Hex

#403BCE
(64,59,206)
0 Favorites   0 Comments

Color spaces of #403bce

RGB 6459206
HSL0.670.600.52
HSV242°71°81°
CMYK 0.690.710.00   0.19
XYZ14.81898.674159.2858
Yxy8.67410.17900.1048
Hunter Lab29.451838.2729-98.7330
CIE-Lab35.349147.7773-74.7824

#403bce color RGB value is (64,59,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00111011 11001110
Octal 100 73 316
Decimal 64 59 206
Hex 40 3B CE

RGB Percentages of Color #403bce

%19.45
%17.93
%62.61

CMYK Percentages of Color #403bce

%69
%71
%0
%19

Triadic Colors of #403bce

#403bce #ce403b #3bce40

Analogous Colors of #403bce

#403bce #8a3bce #3b80ce

Monochromatic Colors of #403bce

#403bce

Complementary Color

#403bce #c9ce3b

#403bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#403bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#403bce Color CSS Codes

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

#403bce Text Font Color

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

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


#403bce Background Color

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

This div background color is #403bce


#403bce Border Color

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

This div border color is #403bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #403bce


Comments

No comments written yet.

Please login to write comment.