Color Hex Logo

#407fce Color Hex

#407FCE
(64,127,206)
0 Favorites   0 Comments

Color spaces of #407fce

RGB 64127206
HSL0.590.590.53
HSV213°69°81°
CMYK 0.690.380.00   0.19
XYZ20.844320.725061.2942
Yxy20.72500.20260.2015
Hunter Lab45.52472.0611-47.9604
CIE-Lab52.64725.6293-46.7818

#407fce color RGB value is (64,127,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01111111 11001110
Octal 100 177 316
Decimal 64 127 206
Hex 40 7F CE

RGB Percentages of Color #407fce

%16.12
%31.99
%51.89

CMYK Percentages of Color #407fce

%69
%38
%0
%19

Triadic Colors of #407fce

#407fce #ce407f #7fce40

Analogous Colors of #407fce

#407fce #4840ce #40c6ce

Monochromatic Colors of #407fce

#407fce

Complementary Color

#407fce #ce8f40

#407fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#407fce Color CSS Codes

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

#407fce Text Font Color

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

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


#407fce Background Color

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

This div background color is #407fce


#407fce Border Color

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

This div border color is #407fce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,127,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 #407fce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407fce


Comments

No comments written yet.

Please login to write comment.