Color Hex Logo

#392348 Color Hex

#392348
(57,35,72)
0 Favorites   0 Comments

Color spaces of #392348

RGB 573572
HSL0.770.350.21
HSV276°51°28°
CMYK 0.210.510.00   0.72
XYZ3.45812.53986.4389
Yxy2.53980.27810.2042
Hunter Lab15.936710.8432-12.7991
CIE-Lab18.097718.7072-19.1306

#392348 color RGB value is (57,35,72).

#392348 hex color red value is 57, green value is 35 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #392348 hue: 0.77 , saturation: 0.35 and the lightness value of 392348 is 0.21.

The process color (four color CMYK) of #392348 color hex is 0.21, 0.51, 0.00, 0.72. Web safe color of #392348 is #333333. Color #392348 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00100011 01001000
Octal 71 43 110
Decimal 57 35 72
Hex 39 23 48

RGB Percentages of Color #392348

%34.76
%21.34
%43.90

CMYK Percentages of Color #392348

%21
%51
%0
%72

Triadic Colors of #392348

#392348 #483923 #234839

Analogous Colors of #392348

#392348 #482345 #272348

Monochromatic Colors of #392348

#392348

Complementary Color

#392348 #324823

#392348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#392348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#392348 Color CSS Codes

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

#392348 Text Font Color

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

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


#392348 Background Color

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

This div background color is #392348


#392348 Border Color

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

This div border color is #392348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #392348


Comments

No comments written yet.

Please login to write comment.