Color Hex Logo

#39006f Color Hex

#39006F
(57,0,111)
0 Favorites   0 Comments

Color spaces of #39006f

RGB 570111
HSL0.751.000.22
HSV271°100°44°
CMYK 0.491.000.00   0.56
XYZ4.55662.017615.1882
Yxy2.01760.20940.0927
Hunter Lab14.204232.4040-53.4543
CIE-Lab15.579345.5191-49.2767

#39006f color RGB value is (57,0,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00000000 01101111
Octal 71 0 157
Decimal 57 0 111
Hex 39 0 6F

RGB Percentages of Color #39006f

%33.93
%0.00
%66.07

CMYK Percentages of Color #39006f

%49
%100
%0
%56

Triadic Colors of #39006f

#39006f #6f3900 #006f39

Analogous Colors of #39006f

#39006f #6f006e #02006f

Monochromatic Colors of #39006f

#39006f

Complementary Color

#39006f #366f00

#39006f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39006f Color Preview on White Background

Lorem ipsum dolor sit amet.

#39006f Color CSS Codes

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

#39006f Text Font Color

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

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


#39006f Background Color

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

This div background color is #39006f


#39006f Border Color

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

This div border color is #39006f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39006f


Comments

No comments written yet.

Please login to write comment.