Color Hex Logo

#393571 Color Hex

#393571
(57,53,113)
0 Favorites   0 Comments

Color spaces of #393571

RGB 5753113
HSL0.680.360.33
HSV244°53°44°
CMYK 0.500.530.00   0.56
XYZ5.94114.608316.1991
Yxy4.60830.22210.1723
Hunter Lab21.467011.8337-29.7138
CIE-Lab25.588319.1724-34.2718

#393571 color RGB value is (57,53,113).

#393571 hex color red value is 57, green value is 53 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #393571 hue: 0.68 , saturation: 0.36 and the lightness value of 393571 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00110101 01110001
Octal 71 65 161
Decimal 57 53 113
Hex 39 35 71

RGB Percentages of Color #393571

%25.56
%23.77
%50.67

CMYK Percentages of Color #393571

%50
%53
%0
%56

Triadic Colors of #393571

#393571 #713935 #357139

Analogous Colors of #393571

#393571 #573571 #354f71

Monochromatic Colors of #393571

#393571

Complementary Color

#393571 #6d7135

#393571 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#393571 Color Preview on White Background

Lorem ipsum dolor sit amet.

#393571 Color CSS Codes

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

#393571 Text Font Color

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

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


#393571 Background Color

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

This div background color is #393571


#393571 Border Color

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

This div border color is #393571


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #393571


Comments

No comments written yet.

Please login to write comment.