Color Hex Logo

#390073 Color Hex

#390073
(57,0,115)
0 Favorites   0 Comments

Color spaces of #390073

RGB 570115
HSL0.751.000.23
HSV270°100°45°
CMYK 0.501.000.00   0.55
XYZ4.78192.107716.3744
Yxy2.10770.20550.0906
Hunter Lab14.517933.3878-56.7092
CIE-Lab16.042646.4680-51.1109

#390073 color RGB value is (57,0,115).

#390073 hex color red value is 57, green value is 0 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #390073 hue: 0.75 , saturation: 1.00 and the lightness value of 390073 is 0.23.

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00000000 01110011
Octal 71 0 163
Decimal 57 0 115
Hex 39 0 73

RGB Percentages of Color #390073

%33.14
%0.00
%66.86

CMYK Percentages of Color #390073

%50
%100
%0
%55

Triadic Colors of #390073

#390073 #733900 #007339

Analogous Colors of #390073

#390073 #730073 #000173

Monochromatic Colors of #390073

#390073

Complementary Color

#390073 #3a7300

#390073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#390073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#390073 Color CSS Codes

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

#390073 Text Font Color

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

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


#390073 Background Color

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

This div background color is #390073


#390073 Border Color

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

This div border color is #390073


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #390073


Comments

No comments written yet.

Please login to write comment.