Color Hex Logo

#407fcf Color Hex

#407FCF
(64,127,207)
0 Favorites   0 Comments

Color spaces of #407fcf

RGB 64127207
HSL0.590.600.53
HSV214°69°81°
CMYK 0.690.390.00   0.19
XYZ20.966220.773761.9362
Yxy20.77370.20220.2004
Hunter Lab45.57822.3491-48.6645
CIE-Lab52.70095.9844-47.2637

#407fcf color RGB value is (64,127,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01111111 11001111
Octal 100 177 317
Decimal 64 127 207
Hex 40 7F CF

RGB Percentages of Color #407fcf

%16.08
%31.91
%52.01

CMYK Percentages of Color #407fcf

%69
%39
%0
%19

Triadic Colors of #407fcf

#407fcf #cf407f #7fcf40

Analogous Colors of #407fcf

#407fcf #4840cf #40c7cf

Monochromatic Colors of #407fcf

#407fcf

Complementary Color

#407fcf #cf9040

#407fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#407fcf Color CSS Codes

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

#407fcf Text Font Color

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

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


#407fcf Background Color

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

This div background color is #407fcf


#407fcf Border Color

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

This div border color is #407fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407fcf


Comments

No comments written yet.

Please login to write comment.