Color Hex Logo

#403fce Color Hex

#403FCE
(64,63,206)
0 Favorites   0 Comments

Color spaces of #403fce

RGB 6463206
HSL0.670.590.53
HSV240°69°81°
CMYK 0.690.690.00   0.19
XYZ15.03249.101259.3569
Yxy9.10120.18000.1090
Hunter Lab30.168236.1498-95.5373
CIE-Lab36.178445.4889-73.4178

#403fce color RGB value is (64,63,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00111111 11001110
Octal 100 77 316
Decimal 64 63 206
Hex 40 3F CE

RGB Percentages of Color #403fce

%19.22
%18.92
%61.86

CMYK Percentages of Color #403fce

%69
%69
%0
%19

Triadic Colors of #403fce

#403fce #ce403f #3fce40

Analogous Colors of #403fce

#403fce #883fce #3f86ce

Monochromatic Colors of #403fce

#403fce

Complementary Color

#403fce #cdce3f

#403fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#403fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#403fce Color CSS Codes

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

#403fce Text Font Color

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

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


#403fce Background Color

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

This div background color is #403fce


#403fce Border Color

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

This div border color is #403fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #403fce


Comments

No comments written yet.

Please login to write comment.