Color Hex Logo

#407acd Color Hex

#407ACD
(64,122,205)
0 Favorites   0 Comments

Color spaces of #407acd

RGB 64122205
HSL0.600.590.53
HSV215°69°80°
CMYK 0.690.400.00   0.20
XYZ20.093319.416860.4464
Yxy19.41680.20100.1943
Hunter Lab44.06454.2827-50.4872
CIE-Lab51.17138.3253-48.5615

#407acd color RGB value is (64,122,205).

#407acd hex color red value is 64, green value is 122 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #407acd hue: 0.60 , saturation: 0.59 and the lightness value of 407acd is 0.53.

The process color (four color CMYK) of #407acd color hex is 0.69, 0.40, 0.00, 0.20. Web safe color of #407acd is #3366cc. Color #407acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01111010 11001101
Octal 100 172 315
Decimal 64 122 205
Hex 40 7A CD

RGB Percentages of Color #407acd

%16.37
%31.20
%52.43

CMYK Percentages of Color #407acd

%69
%40
%0
%20

Triadic Colors of #407acd

#407acd #cd407a #7acd40

Analogous Colors of #407acd

#407acd #4d40cd #40c1cd

Monochromatic Colors of #407acd

#407acd

Complementary Color

#407acd #cd9340

#407acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#407acd Color CSS Codes

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

#407acd Text Font Color

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

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


#407acd Background Color

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

This div background color is #407acd


#407acd Border Color

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

This div border color is #407acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407acd


Comments

No comments written yet.

Please login to write comment.