Color Hex Logo

#390966 Color Hex

#390966
(57,9,102)
0 Favorites   0 Comments

Color spaces of #390966

RGB 579102
HSL0.750.840.22
HSV271°91°40°
CMYK 0.440.910.00   0.60
XYZ4.18332.024512.7407
Yxy2.02450.22080.1068
Hunter Lab14.228527.5807-43.1304
CIE-Lab15.615340.2619-43.3139

#390966 color RGB value is (57,9,102).

#390966 hex color red value is 57, green value is 9 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #390966 hue: 0.75 , saturation: 0.84 and the lightness value of 390966 is 0.22.

The process color (four color CMYK) of #390966 color hex is 0.44, 0.91, 0.00, 0.60. Web safe color of #390966 is #330066. Color #390966 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00001001 01100110
Octal 71 11 146
Decimal 57 9 102
Hex 39 9 66

RGB Percentages of Color #390966

%33.93
%5.36
%60.71

CMYK Percentages of Color #390966

%44
%91
%0
%60

Triadic Colors of #390966

#390966 #663909 #096639

Analogous Colors of #390966

#390966 #660965 #0b0966

Monochromatic Colors of #390966

#390966

Complementary Color

#390966 #366609

#390966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#390966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#390966 Color CSS Codes

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

#390966 Text Font Color

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

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


#390966 Background Color

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

This div background color is #390966


#390966 Border Color

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

This div border color is #390966


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #390966


Comments

No comments written yet.

Please login to write comment.