Color Hex Logo

#39008e Color Hex

#39008E
(57,0,142)
0 Favorites   0 Comments

Color spaces of #39008e

RGB 570142
HSL0.731.000.28
HSV264°100°56°
CMYK 0.601.000.00   0.44
XYZ6.56982.822925.7898
Yxy2.82290.18670.0802
Hunter Lab16.801540.3953-79.2474
CIE-Lab19.320252.9564-62.8476

#39008e color RGB value is (57,0,142).

#39008e hex color red value is 57, green value is 0 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #39008e hue: 0.73 , saturation: 1.00 and the lightness value of 39008e is 0.28.

The process color (four color CMYK) of #39008e color hex is 0.60, 1.00, 0.00, 0.44. Web safe color of #39008e is #330099. Color #39008e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00000000 10001110
Octal 71 0 216
Decimal 57 0 142
Hex 39 0 8E

RGB Percentages of Color #39008e

%28.64
%0.00
%71.36

CMYK Percentages of Color #39008e

%60
%100
%0
%44

Triadic Colors of #39008e

#39008e #8e3900 #008e39

Analogous Colors of #39008e

#39008e #80008e #000e8e

Monochromatic Colors of #39008e

#39008e

Complementary Color

#39008e #558e00

#39008e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39008e Color Preview on White Background

Lorem ipsum dolor sit amet.

#39008e Color CSS Codes

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

#39008e Text Font Color

<p style="color:#39008e">Text here</p>

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


#39008e Background Color

<div style="background-color:#39008e">
Div content here</div>

This div background color is #39008e


#39008e Border Color

<div style="border:3px solid #39008e">
Div here</div>

This div border color is #39008e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39008e


Comments

No comments written yet.

Please login to write comment.