Color Hex Logo

#405cdd Color Hex

#405CDD
(64,92,221)
0 Favorites   0 Comments

Color spaces of #405cdd

RGB 6492221
HSL0.640.700.56
HSV229°71°87°
CMYK 0.710.580.00   0.13
XYZ18.992613.964770.1011
Yxy13.96470.18430.1355
Hunter Lab37.369425.3244-85.0634
CIE-Lab44.182332.9093-68.9345

#405cdd color RGB value is (64,92,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01011100 11011101
Octal 100 134 335
Decimal 64 92 221
Hex 40 5C DD

RGB Percentages of Color #405cdd

%16.98
%24.40
%58.62

CMYK Percentages of Color #405cdd

%71
%58
%0
%13

Triadic Colors of #405cdd

#405cdd #dd405c #5cdd40

Analogous Colors of #405cdd

#405cdd #7340dd #40abdd

Monochromatic Colors of #405cdd

#405cdd

Complementary Color

#405cdd #ddc140

#405cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#405cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#405cdd Color CSS Codes

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

#405cdd Text Font Color

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

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


#405cdd Background Color

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

This div background color is #405cdd


#405cdd Border Color

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

This div border color is #405cdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,92,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 #405cdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #405cdd


Comments

No comments written yet.

Please login to write comment.