Color Hex Logo

#394cda Color Hex

#394CDA
(57,76,218)
0 Favorites   0 Comments

Color spaces of #394cda

RGB 5776218
HSL0.650.690.54
HSV233°74°85°
CMYK 0.740.650.00   0.15
XYZ16.926711.100767.5802
Yxy11.10070.17700.1161
Hunter Lab33.317732.3790-96.9389
CIE-Lab39.749641.0077-74.4817

#394cda color RGB value is (57,76,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01001100 11011010
Octal 71 114 332
Decimal 57 76 218
Hex 39 4C DA

RGB Percentages of Color #394cda

%16.24
%21.65
%62.11

CMYK Percentages of Color #394cda

%74
%65
%0
%15

Triadic Colors of #394cda

#394cda #da394c #4cda39

Analogous Colors of #394cda

#394cda #7739da #399dda

Monochromatic Colors of #394cda

#394cda

Complementary Color

#394cda #dac739

#394cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#394cda Color CSS Codes

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

#394cda Text Font Color

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

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


#394cda Background Color

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

This div background color is #394cda


#394cda Border Color

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

This div border color is #394cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #394cda


Comments

No comments written yet.

Please login to write comment.