Color Hex Logo

#400dfa Color Hex

#400DFA
(64,13,250)
0 Favorites   0 Comments

Color spaces of #400dfa

RGB 6413250
HSL0.700.960.52
HSV253°95°98°
CMYK 0.740.950.00   0.02
XYZ19.51368.280091.0122
Yxy8.28000.16420.0697
Hunter Lab28.775070.6926-167.3854
CIE-Lab34.559377.0362-101.2268

#400dfa color RGB value is (64,13,250).

#400dfa hex color red value is 64, green value is 13 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #400dfa hue: 0.70 , saturation: 0.96 and the lightness value of 400dfa is 0.52.

The process color (four color CMYK) of #400dfa color hex is 0.74, 0.95, 0.00, 0.02. Web safe color of #400dfa is #3300ff. Color #400dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00001101 11111010
Octal 100 15 372
Decimal 64 13 250
Hex 40 D FA

RGB Percentages of Color #400dfa

%19.57
%3.98
%76.45

CMYK Percentages of Color #400dfa

%74
%95
%0
%2

Triadic Colors of #400dfa

#400dfa #fa400d #0dfa40

Analogous Colors of #400dfa

#400dfa #b70dfa #0d51fa

Monochromatic Colors of #400dfa

#400dfa

Complementary Color

#400dfa #c7fa0d

#400dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#400dfa Color CSS Codes

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

#400dfa Text Font Color

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

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


#400dfa Background Color

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

This div background color is #400dfa


#400dfa Border Color

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

This div border color is #400dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400dfa

Related Colors


Comments

No comments written yet.

Please login to write comment.