Color Hex Logo

#407bcf Color Hex

#407BCF
(64,123,207)
0 Favorites   0 Comments

Color spaces of #407bcf

RGB 64123207
HSL0.600.600.53
HSV215°69°81°
CMYK 0.690.410.00   0.19
XYZ20.459819.760961.7674
Yxy19.76090.20060.1938
Hunter Lab44.45324.3623-51.2657
CIE-Lab51.56588.4251-49.0702

#407bcf color RGB value is (64,123,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01111011 11001111
Octal 100 173 317
Decimal 64 123 207
Hex 40 7B CF

RGB Percentages of Color #407bcf

%16.24
%31.22
%52.54

CMYK Percentages of Color #407bcf

%69
%41
%0
%19

Triadic Colors of #407bcf

#407bcf #cf407b #7bcf40

Analogous Colors of #407bcf

#407bcf #4c40cf #40c3cf

Monochromatic Colors of #407bcf

#407bcf

Complementary Color

#407bcf #cf9440

#407bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#407bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#407bcf Color CSS Codes

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

#407bcf Text Font Color

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

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


#407bcf Background Color

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

This div background color is #407bcf


#407bcf Border Color

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

This div border color is #407bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #407bcf


Comments

No comments written yet.

Please login to write comment.