Color Hex Logo

#39007b Color Hex

#39007B
(57,0,123)
0 Favorites   0 Comments

Color spaces of #39007b

RGB 570123
HSL0.741.000.24
HSV268°100°48°
CMYK 0.541.000.00   0.52
XYZ5.26252.299918.9055
Yxy2.29990.19880.0869
Hunter Lab15.165435.4012-63.2962
CIE-Lab16.988448.3787-54.7000

#39007b color RGB value is (57,0,123).

#39007b hex color red value is 57, green value is 0 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #39007b hue: 0.74 , saturation: 1.00 and the lightness value of 39007b is 0.24.

The process color (four color CMYK) of #39007b color hex is 0.54, 1.00, 0.00, 0.52. Web safe color of #39007b is #330066. Color #39007b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00000000 01111011
Octal 71 0 173
Decimal 57 0 123
Hex 39 0 7B

RGB Percentages of Color #39007b

%31.67
%0.00
%68.33

CMYK Percentages of Color #39007b

%54
%100
%0
%52

Triadic Colors of #39007b

#39007b #7b3900 #007b39

Analogous Colors of #39007b

#39007b #77007b #00047b

Monochromatic Colors of #39007b

#39007b

Complementary Color

#39007b #427b00

#39007b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39007b Color Preview on White Background

Lorem ipsum dolor sit amet.

#39007b Color CSS Codes

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

#39007b Text Font Color

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

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


#39007b Background Color

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

This div background color is #39007b


#39007b Border Color

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

This div border color is #39007b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39007b


Comments

No comments written yet.

Please login to write comment.