Color Hex Logo

#390357 Color Hex

#390357
(57,3,87)
0 Favorites   0 Comments

Color spaces of #390357

RGB 57387
HSL0.770.930.18
HSV279°97°34°
CMYK 0.340.970.00   0.66
XYZ3.44021.62319.1488
Yxy1.62310.24210.1142
Hunter Lab12.740125.9051-33.6587
CIE-Lab13.370238.7980-36.9606

#390357 color RGB value is (57,3,87).

#390357 hex color red value is 57, green value is 3 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #390357 hue: 0.77 , saturation: 0.93 and the lightness value of 390357 is 0.18.

The process color (four color CMYK) of #390357 color hex is 0.34, 0.97, 0.00, 0.66. Web safe color of #390357 is #330066. Color #390357 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00000011 01010111
Octal 71 3 127
Decimal 57 3 87
Hex 39 3 57

RGB Percentages of Color #390357

%38.78
%2.04
%59.18

CMYK Percentages of Color #390357

%34
%97
%0
%66

Triadic Colors of #390357

#390357 #573903 #035739

Analogous Colors of #390357

#390357 #57034b #0f0357

Monochromatic Colors of #390357

#390357

Complementary Color

#390357 #215703

#390357 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#390357 Color Preview on White Background

Lorem ipsum dolor sit amet.

#390357 Color CSS Codes

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

#390357 Text Font Color

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

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


#390357 Background Color

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

This div background color is #390357


#390357 Border Color

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

This div border color is #390357


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #390357


Comments

No comments written yet.

Please login to write comment.