Color Hex Logo

#407bee Color Hex

#407BEE
(64,123,238)
0 Favorites   0 Comments

Color spaces of #407bee

RGB 64123238
HSL0.610.840.59
HSV220°73°93°
CMYK 0.730.480.00   0.07
XYZ24.629921.429083.7270
Yxy21.42900.18980.1651
Hunter Lab46.291513.9629-74.8333
CIE-Lab53.415819.5642-63.5483

#407bee color RGB value is (64,123,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01111011 11101110
Octal 100 173 356
Decimal 64 123 238
Hex 40 7B EE

RGB Percentages of Color #407bee

%15.06
%28.94
%56.00

CMYK Percentages of Color #407bee

%73
%48
%0
%7

Triadic Colors of #407bee

#407bee #ee407b #7bee40

Analogous Colors of #407bee

#407bee #5c40ee #40d2ee

Monochromatic Colors of #407bee

#407bee

Complementary Color

#407bee #eeb340

#407bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#407bee Color CSS Codes

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

#407bee Text Font Color

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

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


#407bee Background Color

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

This div background color is #407bee


#407bee Border Color

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

This div border color is #407bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407bee


Comments

No comments written yet.

Please login to write comment.