Color Hex Logo

#4068fe Color Hex

#4068FE
(64,104,254)
0 Favorites   0 Comments

Color spaces of #4068fe

RGB 64104254
HSL0.630.990.62
HSV227°75°100°
CMYK 0.750.590.00   0.00
XYZ24.954118.146495.9533
Yxy18.14640.17950.1305
Hunter Lab42.598630.0171-103.7317
CIE-Lab49.673237.0889-78.5180

#4068fe color RGB value is (64,104,254).

#4068fe hex color red value is 64, green value is 104 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #4068fe hue: 0.63 , saturation: 0.99 and the lightness value of 4068fe is 0.62.

The process color (four color CMYK) of #4068fe color hex is 0.75, 0.59, 0.00, 0.00. Web safe color of #4068fe is #3366ff. Color #4068fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01101000 11111110
Octal 100 150 376
Decimal 64 104 254
Hex 40 68 FE

RGB Percentages of Color #4068fe

%15.17
%24.64
%60.19

CMYK Percentages of Color #4068fe

%75
%59
%0
%0

Triadic Colors of #4068fe

#4068fe #fe4068 #68fe40

Analogous Colors of #4068fe

#4068fe #7740fe #40c7fe

Monochromatic Colors of #4068fe

#4068fe

Complementary Color

#4068fe #fed640

#4068fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4068fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4068fe Color CSS Codes

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

#4068fe Text Font Color

<p style="color:#4068fe">Text here</p>

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


#4068fe Background Color

<div style="background-color:#4068fe">
Div content here</div>

This div background color is #4068fe


#4068fe Border Color

<div style="border:3px solid #4068fe">
Div here</div>

This div border color is #4068fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,104,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4068fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4068fe;
  -webkit-box-shadow: 1px 1px 3px 2px #4068fe;
  box-shadow:         1px 1px 3px 2px #4068fe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4068fe

Related Colors


Comments

No comments written yet.

Please login to write comment.