Color Hex Logo

#4064df Color Hex

#4064DF
(64,100,223)
0 Favorites   0 Comments

Color spaces of #4064df

RGB 64100223
HSL0.630.710.56
HSV226°71°87°
CMYK 0.710.550.00   0.13
XYZ19.990815.532071.7564
Yxy15.53200.18630.1448
Hunter Lab39.410721.5743-80.3640
CIE-Lab46.354428.5806-66.5382

#4064df color RGB value is (64,100,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01100100 11011111
Octal 100 144 337
Decimal 64 100 223
Hex 40 64 DF

RGB Percentages of Color #4064df

%16.54
%25.84
%57.62

CMYK Percentages of Color #4064df

%71
%55
%0
%13

Triadic Colors of #4064df

#4064df #df4064 #64df40

Analogous Colors of #4064df

#4064df #6c40df #40b4df

Monochromatic Colors of #4064df

#4064df

Complementary Color

#4064df #dfbb40

#4064df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4064df Color Preview on White Background

Lorem ipsum dolor sit amet.

#4064df Color CSS Codes

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

#4064df Text Font Color

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

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


#4064df Background Color

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

This div background color is #4064df


#4064df Border Color

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

This div border color is #4064df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4064df


Comments

No comments written yet.

Please login to write comment.