Color Hex Logo

#393aba Color Hex

#393ABA
(57,58,186)
0 Favorites   0 Comments

Color spaces of #393aba

RGB 5758186
HSL0.670.530.48
HSV240°69°73°
CMYK 0.690.690.00   0.27
XYZ12.06337.441147.2549
Yxy7.44110.18070.1115
Hunter Lab27.278431.2008-83.6144
CIE-Lab32.790740.9683-67.3012

#393aba color RGB value is (57,58,186).

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

The process color (four color CMYK) of #393aba color hex is 0.69, 0.69, 0.00, 0.27. Web safe color of #393aba is #3333cc. Color #393aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00111010 10111010
Octal 71 72 272
Decimal 57 58 186
Hex 39 3A BA

RGB Percentages of Color #393aba

%18.94
%19.27
%61.79

CMYK Percentages of Color #393aba

%69
%69
%0
%27

Triadic Colors of #393aba

#393aba #ba393a #3aba39

Analogous Colors of #393aba

#393aba #7939ba #397bba

Monochromatic Colors of #393aba

#393aba

Complementary Color

#393aba #bab939

#393aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#393aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#393aba Color CSS Codes

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

#393aba Text Font Color

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

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


#393aba Background Color

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

This div background color is #393aba


#393aba Border Color

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

This div border color is #393aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #393aba


Comments

No comments written yet.

Please login to write comment.