Color Hex Logo

#407cbd Color Hex

#407CBD
(64,124,189)
0 Favorites   0 Comments

Color spaces of #407cbd

RGB 64124189
HSL0.590.490.50
HSV211°66°74°
CMYK 0.660.340.00   0.26
XYZ18.507319.179450.8707
Yxy19.17940.20900.2166
Hunter Lab43.7943-1.2066-38.2142
CIE-Lab50.89641.4576-39.8521

#407cbd color RGB value is (64,124,189).

#407cbd hex color red value is 64, green value is 124 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #407cbd hue: 0.59 , saturation: 0.49 and the lightness value of 407cbd is 0.50.

The process color (four color CMYK) of #407cbd color hex is 0.66, 0.34, 0.00, 0.26. Web safe color of #407cbd is #3366cc. Color #407cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01111100 10111101
Octal 100 174 275
Decimal 64 124 189
Hex 40 7C BD

RGB Percentages of Color #407cbd

%16.98
%32.89
%50.13

CMYK Percentages of Color #407cbd

%66
%34
%0
%26

Triadic Colors of #407cbd

#407cbd #bd407c #7cbd40

Analogous Colors of #407cbd

#407cbd #4340bd #40bbbd

Monochromatic Colors of #407cbd

#407cbd

Complementary Color

#407cbd #bd8140

#407cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#407cbd Color CSS Codes

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

#407cbd Text Font Color

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

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


#407cbd Background Color

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

This div background color is #407cbd


#407cbd Border Color

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

This div border color is #407cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407cbd


Comments

No comments written yet.

Please login to write comment.