Color Hex Logo

#39016b Color Hex

#39016B
(57,1,107)
0 Favorites   0 Comments

Color spaces of #39016b

RGB 571107
HSL0.750.980.21
HSV272°99°42°
CMYK 0.470.990.00   0.58
XYZ4.35201.953114.0575
Yxy1.95310.21370.0959
Hunter Lab13.975331.1291-49.8558
CIE-Lab15.239244.2250-47.2226

#39016b color RGB value is (57,1,107).

#39016b hex color red value is 57, green value is 1 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #39016b hue: 0.75 , saturation: 0.98 and the lightness value of 39016b is 0.21.

The process color (four color CMYK) of #39016b color hex is 0.47, 0.99, 0.00, 0.58. Web safe color of #39016b is #330066. Color #39016b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00000001 01101011
Octal 71 1 153
Decimal 57 1 107
Hex 39 1 6B

RGB Percentages of Color #39016b

%34.55
%0.61
%64.85

CMYK Percentages of Color #39016b

%47
%99
%0
%58

Triadic Colors of #39016b

#39016b #6b3901 #016b39

Analogous Colors of #39016b

#39016b #6b0168 #04016b

Monochromatic Colors of #39016b

#39016b

Complementary Color

#39016b #336b01

#39016b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39016b Color Preview on White Background

Lorem ipsum dolor sit amet.

#39016b Color CSS Codes

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

#39016b Text Font Color

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

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


#39016b Background Color

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

This div background color is #39016b


#39016b Border Color

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

This div border color is #39016b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39016b


Comments

No comments written yet.

Please login to write comment.