Color Hex Logo

#407bce Color Hex

#407BCE
(64,123,206)
0 Favorites   0 Comments

Color spaces of #407bce

RGB 64123206
HSL0.600.590.53
HSV215°69°81°
CMYK 0.690.400.00   0.19
XYZ20.337919.712161.1254
Yxy19.71210.20100.1948
Hunter Lab44.39834.0699-50.5487
CIE-Lab51.51018.0687-48.5905

#407bce color RGB value is (64,123,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01111011 11001110
Octal 100 173 316
Decimal 64 123 206
Hex 40 7B CE

RGB Percentages of Color #407bce

%16.28
%31.30
%52.42

CMYK Percentages of Color #407bce

%69
%40
%0
%19

Triadic Colors of #407bce

#407bce #ce407b #7bce40

Analogous Colors of #407bce

#407bce #4c40ce #40c2ce

Monochromatic Colors of #407bce

#407bce

Complementary Color

#407bce #ce9340

#407bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#407bce Color CSS Codes

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

#407bce Text Font Color

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

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


#407bce Background Color

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

This div background color is #407bce


#407bce Border Color

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

This div border color is #407bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407bce


Comments

No comments written yet.

Please login to write comment.