Color Hex Logo

#394bff Color Hex

#394BFF
(57,75,255)
0 Favorites   0 Comments

Color spaces of #394bff

RGB 5775255
HSL0.651.000.61
HSV235°78°100°
CMYK 0.780.710.00   0.00
XYZ22.253413.122095.9677
Yxy13.12200.16940.0999
Hunter Lab36.224346.2640-131.7178
CIE-Lab42.946554.0895-90.1253

#394bff color RGB value is (57,75,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01001011 11111111
Octal 71 113 377
Decimal 57 75 255
Hex 39 4B FF

RGB Percentages of Color #394bff

%14.73
%19.38
%65.89

CMYK Percentages of Color #394bff

%78
%71
%0
%0

Triadic Colors of #394bff

#394bff #ff394b #4bff39

Analogous Colors of #394bff

#394bff #8a39ff #39aeff

Monochromatic Colors of #394bff

#394bff

Complementary Color

#394bff #ffed39

#394bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#394bff Color CSS Codes

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

#394bff Text Font Color

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

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


#394bff Background Color

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

This div background color is #394bff


#394bff Border Color

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

This div border color is #394bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #394bff


Comments

No comments written yet.

Please login to write comment.