Color Hex Logo

#407acb Color Hex

#407ACB
(64,122,203)
0 Favorites   0 Comments

Color spaces of #407acb

RGB 64122203
HSL0.600.570.52
HSV215°68°80°
CMYK 0.680.400.00   0.20
XYZ19.853419.320959.1828
Yxy19.32090.20190.1964
Hunter Lab43.95553.7009-49.0606
CIE-Lab51.06057.6126-47.5990

#407acb color RGB value is (64,122,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01111010 11001011
Octal 100 172 313
Decimal 64 122 203
Hex 40 7A CB

RGB Percentages of Color #407acb

%16.45
%31.36
%52.19

CMYK Percentages of Color #407acb

%68
%40
%0
%20

Triadic Colors of #407acb

#407acb #cb407a #7acb40

Analogous Colors of #407acb

#407acb #4b40cb #40c0cb

Monochromatic Colors of #407acb

#407acb

Complementary Color

#407acb #cb9140

#407acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#407acb Color CSS Codes

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

#407acb Text Font Color

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

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


#407acb Background Color

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

This div background color is #407acb


#407acb Border Color

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

This div border color is #407acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407acb


Comments

No comments written yet.

Please login to write comment.