Color Hex Logo

#3994ed Color Hex

#3994ED
(57,148,237)
0 Favorites   0 Comments

Color spaces of #3994ed

RGB 57148237
HSL0.580.830.58
HSV210°76°93°
CMYK 0.760.380.00   0.07
XYZ27.563328.164184.1042
Yxy28.16410.19710.2014
Hunter Lab53.0699-0.1633-56.8129
CIE-Lab60.03673.2096-52.4078

#3994ed color RGB value is (57,148,237).

#3994ed hex color red value is 57, green value is 148 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #3994ed hue: 0.58 , saturation: 0.83 and the lightness value of 3994ed is 0.58.

The process color (four color CMYK) of #3994ed color hex is 0.76, 0.38, 0.00, 0.07. Web safe color of #3994ed is #3399ff. Color #3994ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10010100 11101101
Octal 71 224 355
Decimal 57 148 237
Hex 39 94 ED

RGB Percentages of Color #3994ed

%12.90
%33.48
%53.62

CMYK Percentages of Color #3994ed

%76
%38
%0
%7

Triadic Colors of #3994ed

#3994ed #ed3994 #94ed39

Analogous Colors of #3994ed

#3994ed #393aed #39edec

Monochromatic Colors of #3994ed

#3994ed

Complementary Color

#3994ed #ed9239

#3994ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3994ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#3994ed Color CSS Codes

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

#3994ed Text Font Color

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

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


#3994ed Background Color

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

This div background color is #3994ed


#3994ed Border Color

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

This div border color is #3994ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,148,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3994ed


Comments

No comments written yet.

Please login to write comment.