Color Hex Logo

#393abe Color Hex

#393ABE
(57,58,190)
0 Favorites   0 Comments

Color spaces of #393abe

RGB 5758190
HSL0.670.540.48
HSV240°70°75°
CMYK 0.700.690.00   0.25
XYZ12.49477.613749.5262
Yxy7.61370.17940.1093
Hunter Lab27.592932.5412-87.1038
CIE-Lab33.165142.3150-69.0440

#393abe color RGB value is (57,58,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00111010 10111110
Octal 71 72 276
Decimal 57 58 190
Hex 39 3A BE

RGB Percentages of Color #393abe

%18.69
%19.02
%62.30

CMYK Percentages of Color #393abe

%70
%69
%0
%25

Triadic Colors of #393abe

#393abe #be393a #3abe39

Analogous Colors of #393abe

#393abe #7b39be #397dbe

Monochromatic Colors of #393abe

#393abe

Complementary Color

#393abe #bebd39

#393abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#393abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#393abe Color CSS Codes

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

#393abe Text Font Color

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

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


#393abe Background Color

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

This div background color is #393abe


#393abe Border Color

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

This div border color is #393abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #393abe


Comments

No comments written yet.

Please login to write comment.