Color Hex Logo

#403fda Color Hex

#403FDA
(64,63,218)
0 Favorites   0 Comments

Color spaces of #403fda

RGB 6463218
HSL0.670.680.55
HSV240°71°85°
CMYK 0.710.710.00   0.15
XYZ16.54679.707067.3312
Yxy9.70700.17680.1037
Hunter Lab31.156140.2766-106.3221
CIE-Lab37.311349.3962-78.4757

#403fda color RGB value is (64,63,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00111111 11011010
Octal 100 77 332
Decimal 64 63 218
Hex 40 3F DA

RGB Percentages of Color #403fda

%18.55
%18.26
%63.19

CMYK Percentages of Color #403fda

%71
%71
%0
%15

Triadic Colors of #403fda

#403fda #da403f #3fda40

Analogous Colors of #403fda

#403fda #8e3fda #3f8cda

Monochromatic Colors of #403fda

#403fda

Complementary Color

#403fda #d9da3f

#403fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#403fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#403fda Color CSS Codes

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

#403fda Text Font Color

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

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


#403fda Background Color

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

This div background color is #403fda


#403fda Border Color

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

This div border color is #403fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #403fda


Comments

No comments written yet.

Please login to write comment.