Color Hex Logo

#39006d Color Hex

#39006D
(57,0,109)
0 Favorites   0 Comments

Color spaces of #39006d

RGB 570109
HSL0.751.000.21
HSV271°100°43°
CMYK 0.481.000.00   0.57
XYZ4.44771.974014.6146
Yxy1.97400.21140.0938
Hunter Lab14.049931.9194-51.8380
CIE-Lab15.350245.0481-48.3493

#39006d color RGB value is (57,0,109).

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

The process color (four color CMYK) of #39006d color hex is 0.48, 1.00, 0.00, 0.57. Web safe color of #39006d is #330066. Color #39006d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00000000 01101101
Octal 71 0 155
Decimal 57 0 109
Hex 39 0 6D

RGB Percentages of Color #39006d

%34.34
%0.00
%65.66

CMYK Percentages of Color #39006d

%48
%100
%0
%57

Triadic Colors of #39006d

#39006d #6d3900 #006d39

Analogous Colors of #39006d

#39006d #6d006b #02006d

Monochromatic Colors of #39006d

#39006d

Complementary Color

#39006d #346d00

#39006d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39006d Color Preview on White Background

Lorem ipsum dolor sit amet.

#39006d Color CSS Codes

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

#39006d Text Font Color

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

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


#39006d Background Color

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

This div background color is #39006d


#39006d Border Color

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

This div border color is #39006d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39006d


Comments

No comments written yet.

Please login to write comment.