Color Hex Logo

#407add Color Hex

#407ADD
(64,122,221)
0 Favorites   0 Comments

Color spaces of #407add

RGB 64122221
HSL0.610.700.56
HSV218°71°87°
CMYK 0.710.450.00   0.13
XYZ22.125020.229571.1452
Yxy20.22950.19490.1782
Hunter Lab44.97729.0968-62.3012
CIE-Lab52.095714.0595-56.1438

#407add color RGB value is (64,122,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01111010 11011101
Octal 100 172 335
Decimal 64 122 221
Hex 40 7A DD

RGB Percentages of Color #407add

%15.72
%29.98
%54.30

CMYK Percentages of Color #407add

%71
%45
%0
%13

Triadic Colors of #407add

#407add #dd407a #7add40

Analogous Colors of #407add

#407add #5440dd #40c9dd

Monochromatic Colors of #407add

#407add

Complementary Color

#407add #dda340

#407add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407add Color Preview on White Background

Lorem ipsum dolor sit amet.

#407add Color CSS Codes

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

#407add Text Font Color

<p style="color:#407add">Text here</p>

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


#407add Background Color

<div style="background-color:#407add">
Div content here</div>

This div background color is #407add


#407add Border Color

<div style="border:3px solid #407add">
Div here</div>

This div border color is #407add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407add


Comments

No comments written yet.

Please login to write comment.