Color Hex Logo

#394aff Color Hex

#394AFF
(57,74,255)
0 Favorites   0 Comments

Color spaces of #394aff

RGB 5774255
HSL0.651.000.61
HSV235°78°100°
CMYK 0.780.710.00   0.00
XYZ22.186112.987495.9452
Yxy12.98740.16920.0991
Hunter Lab36.038046.8234-132.6230
CIE-Lab42.744354.6503-90.4590

#394aff color RGB value is (57,74,255).

#394aff hex color red value is 57, green value is 74 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #394aff hue: 0.65 , saturation: 1.00 and the lightness value of 394aff is 0.61.

The process color (four color CMYK) of #394aff color hex is 0.78, 0.71, 0.00, 0.00. Web safe color of #394aff is #3333ff. Color #394aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01001010 11111111
Octal 71 112 377
Decimal 57 74 255
Hex 39 4A FF

RGB Percentages of Color #394aff

%14.77
%19.17
%66.06

CMYK Percentages of Color #394aff

%78
%71
%0
%0

Triadic Colors of #394aff

#394aff #ff394a #4aff39

Analogous Colors of #394aff

#394aff #8b39ff #39adff

Monochromatic Colors of #394aff

#394aff

Complementary Color

#394aff #ffee39

#394aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#394aff Color CSS Codes

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

#394aff Text Font Color

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

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


#394aff Background Color

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

This div background color is #394aff


#394aff Border Color

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

This div border color is #394aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #394aff


Comments

No comments written yet.

Please login to write comment.