Color Hex Logo

#407fff Color Hex

#407FFF
(64,127,255)
0 Favorites   0 Comments

Color spaces of #407fff

RGB 64127255
HSL0.611.000.63
HSV220°75°100°
CMYK 0.750.500.00   0.00
XYZ27.753723.488797.6787
Yxy23.48870.18640.1577
Hunter Lab48.465117.4045-85.5700
CIE-Lab55.572223.2135-69.4898

#407fff color RGB value is (64,127,255).

#407fff hex color red value is 64, green value is 127 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #407fff hue: 0.61 , saturation: 1.00 and the lightness value of 407fff is 0.63.

The process color (four color CMYK) of #407fff color hex is 0.75, 0.50, 0.00, 0.00. Web safe color of #407fff is #3366ff. Color #407fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01111111 11111111
Octal 100 177 377
Decimal 64 127 255
Hex 40 7F FF

RGB Percentages of Color #407fff

%14.35
%28.48
%57.17

CMYK Percentages of Color #407fff

%75
%50
%0
%0

Triadic Colors of #407fff

#407fff #ff407f #7fff40

Analogous Colors of #407fff

#407fff #6040ff #40dfff

Monochromatic Colors of #407fff

#407fff

Complementary Color

#407fff #ffc040

#407fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#407fff Color CSS Codes

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

#407fff Text Font Color

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

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


#407fff Background Color

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

This div background color is #407fff


#407fff Border Color

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

This div border color is #407fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407fff

Related Colors


Comments

No comments written yet.

Please login to write comment.