Color Hex Logo

#4071fe Color Hex

#4071FE
(64,113,254)
0 Favorites   0 Comments

Color spaces of #4071fe

RGB 64113254
HSL0.620.990.62
HSV225°75°100°
CMYK 0.750.560.00   0.00
XYZ25.908920.056096.2716
Yxy20.05600.18220.1410
Hunter Lab44.783924.8960-96.1064
CIE-Lab51.900531.5210-74.8896

#4071fe color RGB value is (64,113,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01110001 11111110
Octal 100 161 376
Decimal 64 113 254
Hex 40 71 FE

RGB Percentages of Color #4071fe

%14.85
%26.22
%58.93

CMYK Percentages of Color #4071fe

%75
%56
%0
%0

Triadic Colors of #4071fe

#4071fe #fe4071 #71fe40

Analogous Colors of #4071fe

#4071fe #6e40fe #40d0fe

Monochromatic Colors of #4071fe

#4071fe

Complementary Color

#4071fe #fecd40

#4071fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4071fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4071fe Color CSS Codes

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

#4071fe Text Font Color

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

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


#4071fe Background Color

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

This div background color is #4071fe


#4071fe Border Color

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

This div border color is #4071fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4071fe


Comments

No comments written yet.

Please login to write comment.