Color Hex Logo

#400fdf Color Hex

#400FDF
(64,15,223)
0 Favorites   0 Comments

Color spaces of #400fdf

RGB 6415223
HSL0.710.870.47
HSV254°93°87°
CMYK 0.710.930.00   0.13
XYZ15.60456.759370.2943
Yxy6.75930.16840.0729
Hunter Lab25.998761.6388-142.1073
CIE-Lab31.252570.1087-91.3856

#400fdf color RGB value is (64,15,223).

#400fdf hex color red value is 64, green value is 15 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #400fdf hue: 0.71 , saturation: 0.87 and the lightness value of 400fdf is 0.47.

The process color (four color CMYK) of #400fdf color hex is 0.71, 0.93, 0.00, 0.13. Web safe color of #400fdf is #3300cc. Color #400fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00001111 11011111
Octal 100 17 337
Decimal 64 15 223
Hex 40 F DF

RGB Percentages of Color #400fdf

%21.19
%4.97
%73.84

CMYK Percentages of Color #400fdf

%71
%93
%0
%13

Triadic Colors of #400fdf

#400fdf #df400f #0fdf40

Analogous Colors of #400fdf

#400fdf #a80fdf #0f46df

Monochromatic Colors of #400fdf

#400fdf

Complementary Color

#400fdf #aedf0f

#400fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#400fdf Color CSS Codes

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

#400fdf Text Font Color

<p style="color:#400fdf">Text here</p>

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


#400fdf Background Color

<div style="background-color:#400fdf">
Div content here</div>

This div background color is #400fdf


#400fdf Border Color

<div style="border:3px solid #400fdf">
Div here</div>

This div border color is #400fdf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,15,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #400fdf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #400fdf;
  -webkit-box-shadow: 1px 1px 3px 2px #400fdf;
  box-shadow:         1px 1px 3px 2px #400fdf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400fdf


Comments

No comments written yet.

Please login to write comment.