Color Hex Logo

#394bca Color Hex

#394BCA
(57,75,202)
0 Favorites   0 Comments

Color spaces of #394bca

RGB 5775202
HSL0.650.580.51
HSV233°72°79°
CMYK 0.720.630.00   0.21
XYZ14.864110.166357.0560
Yxy10.16630.18110.1238
Hunter Lab31.884627.4157-83.7773
CIE-Lab38.139336.0241-67.8980

#394bca color RGB value is (57,75,202).

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

The process color (four color CMYK) of #394bca color hex is 0.72, 0.63, 0.00, 0.21. Web safe color of #394bca is #3333cc. Color #394bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01001011 11001010
Octal 71 113 312
Decimal 57 75 202
Hex 39 4B CA

RGB Percentages of Color #394bca

%17.07
%22.46
%60.48

CMYK Percentages of Color #394bca

%72
%63
%0
%21

Triadic Colors of #394bca

#394bca #ca394b #4bca39

Analogous Colors of #394bca

#394bca #7039ca #3994ca

Monochromatic Colors of #394bca

#394bca

Complementary Color

#394bca #cab839

#394bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#394bca Color CSS Codes

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

#394bca Text Font Color

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

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


#394bca Background Color

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

This div background color is #394bca


#394bca Border Color

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

This div border color is #394bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #394bca


Comments

No comments written yet.

Please login to write comment.