Color Hex Logo

#407bda Color Hex

#407BDA
(64,123,218)
0 Favorites   0 Comments

Color spaces of #407bda

RGB 64123218
HSL0.600.680.55
HSV217°71°85°
CMYK 0.710.440.00   0.15
XYZ21.852220.317969.0997
Yxy20.31790.19640.1826
Hunter Lab45.07547.6535-59.3377
CIE-Lab52.194712.3632-54.2936

#407bda color RGB value is (64,123,218).

#407bda hex color red value is 64, green value is 123 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #407bda hue: 0.60 , saturation: 0.68 and the lightness value of 407bda is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01111011 11011010
Octal 100 173 332
Decimal 64 123 218
Hex 40 7B DA

RGB Percentages of Color #407bda

%15.80
%30.37
%53.83

CMYK Percentages of Color #407bda

%71
%44
%0
%15

Triadic Colors of #407bda

#407bda #da407b #7bda40

Analogous Colors of #407bda

#407bda #5240da #40c8da

Monochromatic Colors of #407bda

#407bda

Complementary Color

#407bda #da9f40

#407bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#407bda Color CSS Codes

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

#407bda Text Font Color

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

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


#407bda Background Color

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

This div background color is #407bda


#407bda Border Color

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

This div border color is #407bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407bda


Comments

No comments written yet.

Please login to write comment.