Color Hex Logo

#394ddb Color Hex

#394DDB
(57,77,219)
0 Favorites   0 Comments

Color spaces of #394ddb

RGB 5777219
HSL0.650.690.54
HSV233°74°86°
CMYK 0.740.650.00   0.14
XYZ17.127411.292168.2947
Yxy11.29210.17710.1168
Hunter Lab33.603732.1727-96.9757
CIE-Lab40.068240.7419-74.5315

#394ddb color RGB value is (57,77,219).

#394ddb hex color red value is 57, green value is 77 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #394ddb hue: 0.65 , saturation: 0.69 and the lightness value of 394ddb is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01001101 11011011
Octal 71 115 333
Decimal 57 77 219
Hex 39 4D DB

RGB Percentages of Color #394ddb

%16.15
%21.81
%62.04

CMYK Percentages of Color #394ddb

%74
%65
%0
%14

Triadic Colors of #394ddb

#394ddb #db394d #4ddb39

Analogous Colors of #394ddb

#394ddb #7639db #399edb

Monochromatic Colors of #394ddb

#394ddb

Complementary Color

#394ddb #dbc739

#394ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#394ddb Color CSS Codes

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

#394ddb Text Font Color

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

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


#394ddb Background Color

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

This div background color is #394ddb


#394ddb Border Color

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

This div border color is #394ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #394ddb


Comments

No comments written yet.

Please login to write comment.