Color Hex Logo

#392764 Color Hex

#392764
(57,39,100)
0 Favorites   0 Comments

Color spaces of #392764

RGB 5739100
HSL0.720.440.27
HSV258°61°39°
CMYK 0.430.610.00   0.61
XYZ4.71313.241012.4338
Yxy3.24100.23120.1590
Hunter Lab18.002815.2262-28.3473
CIE-Lab20.984324.2779-33.2651

#392764 color RGB value is (57,39,100).

#392764 hex color red value is 57, green value is 39 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #392764 hue: 0.72 , saturation: 0.44 and the lightness value of 392764 is 0.27.

The process color (four color CMYK) of #392764 color hex is 0.43, 0.61, 0.00, 0.61. Web safe color of #392764 is #333366. Color #392764 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00100111 01100100
Octal 71 47 144
Decimal 57 39 100
Hex 39 27 64

RGB Percentages of Color #392764

%29.08
%19.90
%51.02

CMYK Percentages of Color #392764

%43
%61
%0
%61

Triadic Colors of #392764

#392764 #643927 #276439

Analogous Colors of #392764

#392764 #582764 #273464

Monochromatic Colors of #392764

#392764

Complementary Color

#392764 #526427

#392764 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#392764 Color Preview on White Background

Lorem ipsum dolor sit amet.

#392764 Color CSS Codes

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

#392764 Text Font Color

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

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


#392764 Background Color

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

This div background color is #392764


#392764 Border Color

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

This div border color is #392764


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #392764


Comments

No comments written yet.

Please login to write comment.