Color Hex Logo

#394cdb Color Hex

#394CDB
(57,76,219)
0 Favorites   0 Comments

Color spaces of #394cdb

RGB 5776219
HSL0.650.690.54
HSV233°74°86°
CMYK 0.740.650.00   0.14
XYZ17.058011.153268.2716
Yxy11.15320.17680.1156
Hunter Lab33.396432.7294-97.8279
CIE-Lab39.837341.3549-74.9102

#394cdb color RGB value is (57,76,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01001100 11011011
Octal 71 114 333
Decimal 57 76 219
Hex 39 4C DB

RGB Percentages of Color #394cdb

%16.19
%21.59
%62.22

CMYK Percentages of Color #394cdb

%74
%65
%0
%14

Triadic Colors of #394cdb

#394cdb #db394c #4cdb39

Analogous Colors of #394cdb

#394cdb #7739db #399ddb

Monochromatic Colors of #394cdb

#394cdb

Complementary Color

#394cdb #dbc839

#394cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#394cdb Color CSS Codes

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

#394cdb Text Font Color

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

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


#394cdb Background Color

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

This div background color is #394cdb


#394cdb Border Color

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

This div border color is #394cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #394cdb


Comments

No comments written yet.

Please login to write comment.