Color Hex Logo

#390d72 Color Hex

#390D72
(57,13,114)
0 Favorites   0 Comments

Color spaces of #390d72

RGB 5713114
HSL0.740.800.25
HSV266°89°45°
CMYK 0.500.890.00   0.55
XYZ4.86852.372616.1209
Yxy2.37260.20840.1016
Hunter Lab15.403229.4628-51.2701
CIE-Lab17.332442.0162-48.3355

#390d72 color RGB value is (57,13,114).

#390d72 hex color red value is 57, green value is 13 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #390d72 hue: 0.74 , saturation: 0.80 and the lightness value of 390d72 is 0.25.

The process color (four color CMYK) of #390d72 color hex is 0.50, 0.89, 0.00, 0.55. Web safe color of #390d72 is #330066. Color #390d72 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00001101 01110010
Octal 71 15 162
Decimal 57 13 114
Hex 39 D 72

RGB Percentages of Color #390d72

%30.98
%7.07
%61.96

CMYK Percentages of Color #390d72

%50
%89
%0
%55

Triadic Colors of #390d72

#390d72 #72390d #0d7239

Analogous Colors of #390d72

#390d72 #6c0d72 #0d1472

Monochromatic Colors of #390d72

#390d72

Complementary Color

#390d72 #46720d

#390d72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#390d72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#390d72 Color CSS Codes

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

#390d72 Text Font Color

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

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


#390d72 Background Color

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

This div background color is #390d72


#390d72 Border Color

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

This div border color is #390d72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #390d72


Comments

No comments written yet.

Please login to write comment.