Color Hex Logo

#393bab Color Hex

#393BAB
(57,59,171)
0 Favorites   0 Comments

Color spaces of #393bab

RGB 5759171
HSL0.660.500.45
HSV239°67°67°
CMYK 0.670.650.00   0.33
XYZ10.60206.938139.3085
Yxy6.93810.18650.1220
Hunter Lab26.340325.7510-70.0423
CIE-Lab31.665635.2322-60.2274

#393bab color RGB value is (57,59,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00111011 10101011
Octal 71 73 253
Decimal 57 59 171
Hex 39 3B AB

RGB Percentages of Color #393bab

%19.86
%20.56
%59.58

CMYK Percentages of Color #393bab

%67
%65
%0
%33

Triadic Colors of #393bab

#393bab #ab393b #3bab39

Analogous Colors of #393bab

#393bab #7039ab #3974ab

Monochromatic Colors of #393bab

#393bab

Complementary Color

#393bab #aba939

#393bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#393bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#393bab Color CSS Codes

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

#393bab Text Font Color

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

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


#393bab Background Color

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

This div background color is #393bab


#393bab Border Color

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

This div border color is #393bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #393bab

#393bab Color Palettes


Comments

No comments written yet.

Please login to write comment.