Color Hex Logo

#405fdd Color Hex

#405FDD
(64,95,221)
0 Favorites   0 Comments

Color spaces of #405fdd

RGB 6495221
HSL0.630.700.56
HSV228°71°87°
CMYK 0.710.570.00   0.13
XYZ19.257714.494970.1894
Yxy14.49490.18530.1395
Hunter Lab38.072223.6627-82.6558
CIE-Lab44.934531.0208-67.7101

#405fdd color RGB value is (64,95,221).

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

The process color (four color CMYK) of #405fdd color hex is 0.71, 0.57, 0.00, 0.13. Web safe color of #405fdd is #3366cc. Color #405fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01011111 11011101
Octal 100 137 335
Decimal 64 95 221
Hex 40 5F DD

RGB Percentages of Color #405fdd

%16.84
%25.00
%58.16

CMYK Percentages of Color #405fdd

%71
%57
%0
%13

Triadic Colors of #405fdd

#405fdd #dd405f #5fdd40

Analogous Colors of #405fdd

#405fdd #7040dd #40aedd

Monochromatic Colors of #405fdd

#405fdd

Complementary Color

#405fdd #ddbe40

#405fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#405fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#405fdd Color CSS Codes

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

#405fdd Text Font Color

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

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


#405fdd Background Color

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

This div background color is #405fdd


#405fdd Border Color

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

This div border color is #405fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #405fdd


Comments

No comments written yet.

Please login to write comment.