Color Hex Logo

#390d4e Color Hex

#390D4E
(57,13,78)
0 Favorites   0 Comments

Color spaces of #390d4e

RGB 571378
HSL0.780.710.18
HSV281°83°31°
CMYK 0.270.830.00   0.69
XYZ3.20641.70787.3684
Yxy1.70780.26110.1390
Hunter Lab13.068320.9268-24.2822
CIE-Lab13.872432.7981-29.9977

#390d4e color RGB value is (57,13,78).

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

The process color (four color CMYK) of #390d4e color hex is 0.27, 0.83, 0.00, 0.69. Web safe color of #390d4e is #330066. Color #390d4e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00001101 01001110
Octal 71 15 116
Decimal 57 13 78
Hex 39 D 4E

RGB Percentages of Color #390d4e

%38.51
%8.78
%52.70

CMYK Percentages of Color #390d4e

%27
%83
%0
%69

Triadic Colors of #390d4e

#390d4e #4e390d #0d4e39

Analogous Colors of #390d4e

#390d4e #4e0d42 #190d4e

Monochromatic Colors of #390d4e

#390d4e

Complementary Color

#390d4e #224e0d

#390d4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#390d4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#390d4e Color CSS Codes

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

#390d4e Text Font Color

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

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


#390d4e Background Color

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

This div background color is #390d4e


#390d4e Border Color

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

This div border color is #390d4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #390d4e


Comments

No comments written yet.

Please login to write comment.