Color Hex Logo

#407bea Color Hex

#407BEA
(64,123,234)
0 Favorites   0 Comments

Color spaces of #407bea

RGB 64123234
HSL0.610.800.58
HSV219°73°92°
CMYK 0.730.470.00   0.08
XYZ24.048621.196480.6657
Yxy21.19640.19100.1683
Hunter Lab46.039512.6697-71.6541
CIE-Lab53.163818.1229-61.7220

#407bea color RGB value is (64,123,234).

#407bea hex color red value is 64, green value is 123 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #407bea hue: 0.61 , saturation: 0.80 and the lightness value of 407bea is 0.58.

The process color (four color CMYK) of #407bea color hex is 0.73, 0.47, 0.00, 0.08. Web safe color of #407bea is #3366ff. Color #407bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01111011 11101010
Octal 100 173 352
Decimal 64 123 234
Hex 40 7B EA

RGB Percentages of Color #407bea

%15.20
%29.22
%55.58

CMYK Percentages of Color #407bea

%73
%47
%0
%8

Triadic Colors of #407bea

#407bea #ea407b #7bea40

Analogous Colors of #407bea

#407bea #5a40ea #40d0ea

Monochromatic Colors of #407bea

#407bea

Complementary Color

#407bea #eaaf40

#407bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#407bea Color CSS Codes

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

#407bea Text Font Color

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

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


#407bea Background Color

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

This div background color is #407bea


#407bea Border Color

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

This div border color is #407bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407bea


Comments

No comments written yet.

Please login to write comment.