Color Hex Logo

#394aed Color Hex

#394AED
(57,74,237)
0 Favorites   0 Comments

Color spaces of #394aed

RGB 5774237
HSL0.650.830.58
HSV234°76°93°
CMYK 0.760.690.00   0.07
XYZ19.422211.881881.3905
Yxy11.88180.17230.1054
Hunter Lab34.470040.2538-115.8665
CIE-Lab41.027648.6944-83.1868

#394aed color RGB value is (57,74,237).

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

The process color (four color CMYK) of #394aed color hex is 0.76, 0.69, 0.00, 0.07. Web safe color of #394aed is #3333ff. Color #394aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01001010 11101101
Octal 71 112 355
Decimal 57 74 237
Hex 39 4A ED

RGB Percentages of Color #394aed

%15.49
%20.11
%64.40

CMYK Percentages of Color #394aed

%76
%69
%0
%7

Triadic Colors of #394aed

#394aed #ed394a #4aed39

Analogous Colors of #394aed

#394aed #8239ed #39a4ed

Monochromatic Colors of #394aed

#394aed

Complementary Color

#394aed #eddc39

#394aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#394aed Color CSS Codes

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

#394aed Text Font Color

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

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


#394aed Background Color

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

This div background color is #394aed


#394aed Border Color

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

This div border color is #394aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #394aed


Comments

No comments written yet.

Please login to write comment.