Color Hex Logo

#393aad Color Hex

#393AAD
(57,58,173)
0 Favorites   0 Comments

Color spaces of #393aad

RGB 5758173
HSL0.670.500.45
HSV239°67°68°
CMYK 0.670.660.00   0.32
XYZ10.74326.913140.3033
Yxy6.91310.18540.1193
Hunter Lab26.292826.9226-72.4787
CIE-Lab31.608336.5431-61.5176

#393aad color RGB value is (57,58,173).

#393aad hex color red value is 57, green value is 58 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #393aad hue: 0.67 , saturation: 0.50 and the lightness value of 393aad is 0.45.

The process color (four color CMYK) of #393aad color hex is 0.67, 0.66, 0.00, 0.32. Web safe color of #393aad is #333399. Color #393aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00111010 10101101
Octal 71 72 255
Decimal 57 58 173
Hex 39 3A AD

RGB Percentages of Color #393aad

%19.79
%20.14
%60.07

CMYK Percentages of Color #393aad

%67
%66
%0
%32

Triadic Colors of #393aad

#393aad #ad393a #3aad39

Analogous Colors of #393aad

#393aad #7239ad #3974ad

Monochromatic Colors of #393aad

#393aad

Complementary Color

#393aad #adac39

#393aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#393aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#393aad Color CSS Codes

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

#393aad Text Font Color

<p style="color:#393aad">Text here</p>

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


#393aad Background Color

<div style="background-color:#393aad">
Div content here</div>

This div background color is #393aad


#393aad Border Color

<div style="border:3px solid #393aad">
Div here</div>

This div border color is #393aad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,58,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #393aad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #393aad;
  -webkit-box-shadow: 1px 1px 3px 2px #393aad;
  box-shadow:         1px 1px 3px 2px #393aad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #393aad


Comments

No comments written yet.

Please login to write comment.