Color Hex Logo

#4060df Color Hex

#4060DF
(64,96,223)
0 Favorites   0 Comments

Color spaces of #4060df

RGB 6496223
HSL0.630.710.56
HSV228°71°87°
CMYK 0.710.570.00   0.13
XYZ19.616514.783471.6316
Yxy14.78340.18500.1394
Hunter Lab38.449223.7833-83.5440
CIE-Lab45.336131.1023-68.1929

#4060df color RGB value is (64,96,223).

#4060df hex color red value is 64, green value is 96 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #4060df hue: 0.63 , saturation: 0.71 and the lightness value of 4060df is 0.56.

The process color (four color CMYK) of #4060df color hex is 0.71, 0.57, 0.00, 0.13. Web safe color of #4060df is #3366cc. Color #4060df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01100000 11011111
Octal 100 140 337
Decimal 64 96 223
Hex 40 60 DF

RGB Percentages of Color #4060df

%16.71
%25.07
%58.22

CMYK Percentages of Color #4060df

%71
%57
%0
%13

Triadic Colors of #4060df

#4060df #df4060 #60df40

Analogous Colors of #4060df

#4060df #7040df #40b0df

Monochromatic Colors of #4060df

#4060df

Complementary Color

#4060df #dfbf40

#4060df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4060df Color Preview on White Background

Lorem ipsum dolor sit amet.

#4060df Color CSS Codes

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

#4060df Text Font Color

<p style="color:#4060df">Text here</p>

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


#4060df Background Color

<div style="background-color:#4060df">
Div content here</div>

This div background color is #4060df


#4060df Border Color

<div style="border:3px solid #4060df">
Div here</div>

This div border color is #4060df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,96,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4060df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4060df;
  -webkit-box-shadow: 1px 1px 3px 2px #4060df;
  box-shadow:         1px 1px 3px 2px #4060df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4060df


Comments

No comments written yet.

Please login to write comment.