Color Hex Logo

#394fdd Color Hex

#394FDD
(57,79,221)
0 Favorites   0 Comments

Color spaces of #394fdd

RGB 5779221
HSL0.640.710.55
HSV232°74°87°
CMYK 0.740.640.00   0.13
XYZ17.534511.682369.7374
Yxy11.68230.17720.1181
Hunter Lab34.179431.7591-97.0459
CIE-Lab40.706740.2097-74.6278

#394fdd color RGB value is (57,79,221).

#394fdd hex color red value is 57, green value is 79 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #394fdd hue: 0.64 , saturation: 0.71 and the lightness value of 394fdd is 0.55.

The process color (four color CMYK) of #394fdd color hex is 0.74, 0.64, 0.00, 0.13. Web safe color of #394fdd is #3366cc. Color #394fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01001111 11011101
Octal 71 117 335
Decimal 57 79 221
Hex 39 4F DD

RGB Percentages of Color #394fdd

%15.97
%22.13
%61.90

CMYK Percentages of Color #394fdd

%74
%64
%0
%13

Triadic Colors of #394fdd

#394fdd #dd394f #4fdd39

Analogous Colors of #394fdd

#394fdd #7539dd #39a1dd

Monochromatic Colors of #394fdd

#394fdd

Complementary Color

#394fdd #ddc739

#394fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#394fdd Color CSS Codes

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

#394fdd Text Font Color

<p style="color:#394fdd">Text here</p>

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


#394fdd Background Color

<div style="background-color:#394fdd">
Div content here</div>

This div background color is #394fdd


#394fdd Border Color

<div style="border:3px solid #394fdd">
Div here</div>

This div border color is #394fdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,79,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #394fdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #394fdd;
  -webkit-box-shadow: 1px 1px 3px 2px #394fdd;
  box-shadow:         1px 1px 3px 2px #394fdd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #394fdd


Comments

No comments written yet.

Please login to write comment.