Color Hex Logo

#407dcf Color Hex

#407DCF
(64,125,207)
0 Favorites   0 Comments

Color spaces of #407dcf

RGB 64125207
HSL0.600.600.53
HSV214°69°81°
CMYK 0.690.400.00   0.19
XYZ20.710520.262261.8509
Yxy20.26220.20140.1971
Hunter Lab45.01363.3532-49.9580
CIE-Lab52.13247.2019-48.1679

#407dcf color RGB value is (64,125,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01111101 11001111
Octal 100 175 317
Decimal 64 125 207
Hex 40 7D CF

RGB Percentages of Color #407dcf

%16.16
%31.57
%52.27

CMYK Percentages of Color #407dcf

%69
%40
%0
%19

Triadic Colors of #407dcf

#407dcf #cf407d #7dcf40

Analogous Colors of #407dcf

#407dcf #4b40cf #40c5cf

Monochromatic Colors of #407dcf

#407dcf

Complementary Color

#407dcf #cf9240

#407dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#407dcf Color CSS Codes

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

#407dcf Text Font Color

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

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


#407dcf Background Color

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

This div background color is #407dcf


#407dcf Border Color

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

This div border color is #407dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407dcf


Comments

No comments written yet.

Please login to write comment.