Color Hex Logo

#390370 Color Hex

#390370
(57,3,112)
0 Favorites   0 Comments

Color spaces of #390370

RGB 573112
HSL0.750.950.23
HSV270°97°44°
CMYK 0.490.970.00   0.56
XYZ4.64452.104815.4907
Yxy2.10480.20880.0946
Hunter Lab14.507931.7553-53.1508
CIE-Lab16.027944.7462-49.1875

#390370 color RGB value is (57,3,112).

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

The process color (four color CMYK) of #390370 color hex is 0.49, 0.97, 0.00, 0.56. Web safe color of #390370 is #330066. Color #390370 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00000011 01110000
Octal 71 3 160
Decimal 57 3 112
Hex 39 3 70

RGB Percentages of Color #390370

%33.14
%1.74
%65.12

CMYK Percentages of Color #390370

%49
%97
%0
%56

Triadic Colors of #390370

#390370 #703903 #037039

Analogous Colors of #390370

#390370 #700370 #030470

Monochromatic Colors of #390370

#390370

Complementary Color

#390370 #3a7003

#390370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#390370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#390370 Color CSS Codes

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

#390370 Text Font Color

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

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


#390370 Background Color

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

This div background color is #390370


#390370 Border Color

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

This div border color is #390370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #390370


Comments

No comments written yet.

Please login to write comment.