Color Hex Logo

#3994fe Color Hex

#3994FE
(57,148,254)
0 Favorites   0 Comments

Color spaces of #3994fe

RGB 57148254
HSL0.590.990.61
HSV212°78°100°
CMYK 0.780.420.00   0.00
XYZ30.166629.205497.8132
Yxy29.20540.19190.1858
Hunter Lab54.04205.0663-69.4824
CIE-Lab60.96259.3266-60.2847

#3994fe color RGB value is (57,148,254).

#3994fe hex color red value is 57, green value is 148 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #3994fe hue: 0.59 , saturation: 0.99 and the lightness value of 3994fe is 0.61.

The process color (four color CMYK) of #3994fe color hex is 0.78, 0.42, 0.00, 0.00. Web safe color of #3994fe is #3399ff. Color #3994fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10010100 11111110
Octal 71 224 376
Decimal 57 148 254
Hex 39 94 FE

RGB Percentages of Color #3994fe

%12.42
%32.24
%55.34

CMYK Percentages of Color #3994fe

%78
%42
%0
%0

Triadic Colors of #3994fe

#3994fe #fe3994 #94fe39

Analogous Colors of #3994fe

#3994fe #4039fe #39f7fe

Monochromatic Colors of #3994fe

#3994fe

Complementary Color

#3994fe #fea339

#3994fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3994fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#3994fe Color CSS Codes

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

#3994fe Text Font Color

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

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


#3994fe Background Color

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

This div background color is #3994fe


#3994fe Border Color

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

This div border color is #3994fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3994fe

Related Colors


Comments

No comments written yet.

Please login to write comment.