Color Hex Logo

#393cad Color Hex

#393CAD
(57,60,173)
0 Favorites   0 Comments

Color spaces of #393cad

RGB 5760173
HSL0.660.500.45
HSV238°67°68°
CMYK 0.670.650.00   0.32
XYZ10.84607.118740.3376
Yxy7.11870.18600.1221
Hunter Lab26.680925.8701-70.9612
CIE-Lab32.075635.2972-60.7525

#393cad color RGB value is (57,60,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00111100 10101101
Octal 71 74 255
Decimal 57 60 173
Hex 39 3C AD

RGB Percentages of Color #393cad

%19.66
%20.69
%59.66

CMYK Percentages of Color #393cad

%67
%65
%0
%32

Triadic Colors of #393cad

#393cad #ad393c #3cad39

Analogous Colors of #393cad

#393cad #7039ad #3976ad

Monochromatic Colors of #393cad

#393cad

Complementary Color

#393cad #adaa39

#393cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#393cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#393cad Color CSS Codes

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

#393cad Text Font Color

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

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


#393cad Background Color

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

This div background color is #393cad


#393cad Border Color

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

This div border color is #393cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #393cad


Comments

No comments written yet.

Please login to write comment.