Color Hex Logo

#393bad Color Hex

#393BAD
(57,59,173)
0 Favorites   0 Comments

Color spaces of #393bad

RGB 5759173
HSL0.660.500.45
HSV239°67°68°
CMYK 0.670.660.00   0.32
XYZ10.79417.014940.3203
Yxy7.01490.18570.1207
Hunter Lab26.485726.3969-71.7199
CIE-Lab31.840835.9219-61.1368

#393bad color RGB value is (57,59,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00111011 10101101
Octal 71 73 255
Decimal 57 59 173
Hex 39 3B AD

RGB Percentages of Color #393bad

%19.72
%20.42
%59.86

CMYK Percentages of Color #393bad

%67
%66
%0
%32

Triadic Colors of #393bad

#393bad #ad393b #3bad39

Analogous Colors of #393bad

#393bad #7139ad #3975ad

Monochromatic Colors of #393bad

#393bad

Complementary Color

#393bad #adab39

#393bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#393bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#393bad Color CSS Codes

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

#393bad Text Font Color

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

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


#393bad Background Color

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

This div background color is #393bad


#393bad Border Color

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

This div border color is #393bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #393bad


Comments

No comments written yet.

Please login to write comment.