Color Hex Logo

#39038b Color Hex

#39038B
(57,3,139)
0 Favorites   0 Comments

Color spaces of #39038b

RGB 573139
HSL0.730.960.28
HSV264°98°55°
CMYK 0.590.980.00   0.45
XYZ6.38012.799124.6301
Yxy2.79910.18870.0828
Hunter Lab16.730538.7917-75.5734
CIE-Lab19.220751.3912-61.1359

#39038b color RGB value is (57,3,139).

#39038b hex color red value is 57, green value is 3 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #39038b hue: 0.73 , saturation: 0.96 and the lightness value of 39038b is 0.28.

The process color (four color CMYK) of #39038b color hex is 0.59, 0.98, 0.00, 0.45. Web safe color of #39038b is #330099. Color #39038b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00000011 10001011
Octal 71 3 213
Decimal 57 3 139
Hex 39 3 8B

RGB Percentages of Color #39038b

%28.64
%1.51
%69.85

CMYK Percentages of Color #39038b

%59
%98
%0
%45

Triadic Colors of #39038b

#39038b #8b3903 #038b39

Analogous Colors of #39038b

#39038b #7d038b #03118b

Monochromatic Colors of #39038b

#39038b

Complementary Color

#39038b #558b03

#39038b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39038b Color Preview on White Background

Lorem ipsum dolor sit amet.

#39038b Color CSS Codes

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

#39038b Text Font Color

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

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


#39038b Background Color

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

This div background color is #39038b


#39038b Border Color

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

This div border color is #39038b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39038b


Comments

No comments written yet.

Please login to write comment.