Color Hex Logo

#394cab Color Hex

#394CAB
(57,76,171)
0 Favorites   0 Comments

Color spaces of #394cab

RGB 5776171
HSL0.640.500.45
HSV230°67°67°
CMYK 0.670.560.00   0.33
XYZ11.62258.979039.6486
Yxy8.97900.19290.1490
Hunter Lab29.965016.7960-57.4749
CIE-Lab35.943824.2786-53.2606

#394cab color RGB value is (57,76,171).

#394cab hex color red value is 57, green value is 76 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #394cab hue: 0.64 , saturation: 0.50 and the lightness value of 394cab is 0.45.

The process color (four color CMYK) of #394cab color hex is 0.67, 0.56, 0.00, 0.33. Web safe color of #394cab is #333399. Color #394cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01001100 10101011
Octal 71 114 253
Decimal 57 76 171
Hex 39 4C AB

RGB Percentages of Color #394cab

%18.75
%25.00
%56.25

CMYK Percentages of Color #394cab

%67
%56
%0
%33

Triadic Colors of #394cab

#394cab #ab394c #4cab39

Analogous Colors of #394cab

#394cab #5f39ab #3985ab

Monochromatic Colors of #394cab

#394cab

Complementary Color

#394cab #ab9839

#394cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#394cab Color CSS Codes

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

#394cab Text Font Color

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

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


#394cab Background Color

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

This div background color is #394cab


#394cab Border Color

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

This div border color is #394cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #394cab


Comments

No comments written yet.

Please login to write comment.