Color Hex Logo

#405fd1 Color Hex

#405FD1
(64,95,209)
0 Favorites   0 Comments

Color spaces of #405fd1

RGB 6495209
HSL0.630.610.54
HSV227°69°82°
CMYK 0.690.550.00   0.18
XYZ17.715213.877962.0666
Yxy13.87790.18910.1482
Hunter Lab37.253119.6905-72.7048
CIE-Lab44.057326.7417-62.2827

#405fd1 color RGB value is (64,95,209).

#405fd1 hex color red value is 64, green value is 95 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #405fd1 hue: 0.63 , saturation: 0.61 and the lightness value of 405fd1 is 0.54.

The process color (four color CMYK) of #405fd1 color hex is 0.69, 0.55, 0.00, 0.18. Web safe color of #405fd1 is #3366cc. Color #405fd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01011111 11010001
Octal 100 137 321
Decimal 64 95 209
Hex 40 5F D1

RGB Percentages of Color #405fd1

%17.39
%25.82
%56.79

CMYK Percentages of Color #405fd1

%69
%55
%0
%18

Triadic Colors of #405fd1

#405fd1 #d1405f #5fd140

Analogous Colors of #405fd1

#405fd1 #6a40d1 #40a8d1

Monochromatic Colors of #405fd1

#405fd1

Complementary Color

#405fd1 #d1b240

#405fd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#405fd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#405fd1 Color CSS Codes

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

#405fd1 Text Font Color

<p style="color:#405fd1">Text here</p>

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


#405fd1 Background Color

<div style="background-color:#405fd1">
Div content here</div>

This div background color is #405fd1


#405fd1 Border Color

<div style="border:3px solid #405fd1">
Div here</div>

This div border color is #405fd1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,95,209, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #405fd1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #405fd1;
  -webkit-box-shadow: 1px 1px 3px 2px #405fd1;
  box-shadow:         1px 1px 3px 2px #405fd1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #405fd1


Comments

No comments written yet.

Please login to write comment.