Color Hex Logo

#393078 Color Hex

#393078
(57,48,120)
0 Favorites   0 Comments

Color spaces of #393078

RGB 5748120
HSL0.690.430.33
HSV248°60°47°
CMYK 0.530.600.00   0.53
XYZ6.13454.339818.2836
Yxy4.33980.21330.1509
Hunter Lab20.832216.1070-37.4540
CIE-Lab24.764424.8541-40.0559

#393078 color RGB value is (57,48,120).

#393078 hex color red value is 57, green value is 48 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #393078 hue: 0.69 , saturation: 0.43 and the lightness value of 393078 is 0.33.

The process color (four color CMYK) of #393078 color hex is 0.53, 0.60, 0.00, 0.53. Web safe color of #393078 is #333366. Color #393078 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00110000 01111000
Octal 71 60 170
Decimal 57 48 120
Hex 39 30 78

RGB Percentages of Color #393078

%25.33
%21.33
%53.33

CMYK Percentages of Color #393078

%53
%60
%0
%53

Triadic Colors of #393078

#393078 #783930 #307839

Analogous Colors of #393078

#393078 #5d3078 #304b78

Monochromatic Colors of #393078

#393078

Complementary Color

#393078 #6f7830

#393078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#393078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#393078 Color CSS Codes

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

#393078 Text Font Color

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

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


#393078 Background Color

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

This div background color is #393078


#393078 Border Color

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

This div border color is #393078


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #393078


Comments

No comments written yet.

Please login to write comment.