Color Hex Logo

#390daa Color Hex

#390DAA
(57,13,170)
0 Favorites   0 Comments

Color spaces of #390daa

RGB 5713170
HSL0.710.860.36
HSV257°92°67°
CMYK 0.660.920.00   0.33
XYZ9.08704.060038.3349
Yxy4.06000.17650.0789
Hunter Lab20.149445.2384-98.6963
CIE-Lab23.868856.7803-72.4845

#390daa color RGB value is (57,13,170).

#390daa hex color red value is 57, green value is 13 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #390daa hue: 0.71 , saturation: 0.86 and the lightness value of 390daa is 0.36.

The process color (four color CMYK) of #390daa color hex is 0.66, 0.92, 0.00, 0.33. Web safe color of #390daa is #330099. Color #390daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00001101 10101010
Octal 71 15 252
Decimal 57 13 170
Hex 39 D AA

RGB Percentages of Color #390daa

%23.75
%5.42
%70.83

CMYK Percentages of Color #390daa

%66
%92
%0
%33

Triadic Colors of #390daa

#390daa #aa390d #0daa39

Analogous Colors of #390daa

#390daa #880daa #0d30aa

Monochromatic Colors of #390daa

#390daa

Complementary Color

#390daa #7eaa0d

#390daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#390daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#390daa Color CSS Codes

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

#390daa Text Font Color

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

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


#390daa Background Color

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

This div background color is #390daa


#390daa Border Color

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

This div border color is #390daa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,13,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #390daa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #390daa;
  -webkit-box-shadow: 1px 1px 3px 2px #390daa;
  box-shadow:         1px 1px 3px 2px #390daa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #390daa


Comments

No comments written yet.

Please login to write comment.