Color Hex Logo

#393290 Color Hex

#393290
(57,50,144)
0 Favorites   0 Comments

Color spaces of #393290

RGB 5750144
HSL0.680.480.38
HSV244°65°56°
CMYK 0.600.650.00   0.44
XYZ7.86205.164726.9681
Yxy5.16470.19660.1291
Hunter Lab22.726021.9812-54.4491
CIE-Lab27.198931.6530-51.1202

#393290 color RGB value is (57,50,144).

#393290 hex color red value is 57, green value is 50 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #393290 hue: 0.68 , saturation: 0.48 and the lightness value of 393290 is 0.38.

The process color (four color CMYK) of #393290 color hex is 0.60, 0.65, 0.00, 0.44. Web safe color of #393290 is #333399. Color #393290 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00110010 10010000
Octal 71 62 220
Decimal 57 50 144
Hex 39 32 90

RGB Percentages of Color #393290

%22.71
%19.92
%57.37

CMYK Percentages of Color #393290

%60
%65
%0
%44

Triadic Colors of #393290

#393290 #903932 #329039

Analogous Colors of #393290

#393290 #683290 #325a90

Monochromatic Colors of #393290

#393290

Complementary Color

#393290 #899032

#393290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#393290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#393290 Color CSS Codes

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

#393290 Text Font Color

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

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


#393290 Background Color

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

This div background color is #393290


#393290 Border Color

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

This div border color is #393290


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,50,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #393290; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #393290;
  -webkit-box-shadow: 1px 1px 3px 2px #393290;
  box-shadow:         1px 1px 3px 2px #393290; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #393290

#393290 Color Palettes


Comments

No comments written yet.

Please login to write comment.