Color Hex Logo

#392365 Color Hex

#392365
(57,35,101)
0 Favorites   0 Comments

Color spaces of #392365

RGB 5735101
HSL0.720.490.27
HSV260°65°40°
CMYK 0.440.650.00   0.60
XYZ4.63733.011512.6488
Yxy3.01150.22850.1484
Hunter Lab17.353717.3304-31.0679
CIE-Lab20.089927.1431-35.3633

#392365 color RGB value is (57,35,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00100011 01100101
Octal 71 43 145
Decimal 57 35 101
Hex 39 23 65

RGB Percentages of Color #392365

%29.53
%18.13
%52.33

CMYK Percentages of Color #392365

%44
%65
%0
%60

Triadic Colors of #392365

#392365 #653923 #236539

Analogous Colors of #392365

#392365 #5a2365 #232e65

Monochromatic Colors of #392365

#392365

Complementary Color

#392365 #4f6523

#392365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#392365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#392365 Color CSS Codes

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

#392365 Text Font Color

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

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


#392365 Background Color

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

This div background color is #392365


#392365 Border Color

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

This div border color is #392365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #392365


Comments

No comments written yet.

Please login to write comment.