Color Hex Logo

#392598 Color Hex

#392598
(57,37,152)
0 Favorites   0 Comments

Color spaces of #392598

RGB 5737152
HSL0.700.610.37
HSV250°76°60°
CMYK 0.630.760.00   0.40
XYZ8.01644.460030.1441
Yxy4.46000.18810.1046
Hunter Lab21.118730.7986-69.8453
CIE-Lab25.137341.9561-59.4235

#392598 color RGB value is (57,37,152).

#392598 hex color red value is 57, green value is 37 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #392598 hue: 0.70 , saturation: 0.61 and the lightness value of 392598 is 0.37.

The process color (four color CMYK) of #392598 color hex is 0.63, 0.76, 0.00, 0.40. Web safe color of #392598 is #333399. Color #392598 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00100101 10011000
Octal 71 45 230
Decimal 57 37 152
Hex 39 25 98

RGB Percentages of Color #392598

%23.17
%15.04
%61.79

CMYK Percentages of Color #392598

%63
%76
%0
%40

Triadic Colors of #392598

#392598 #983925 #259839

Analogous Colors of #392598

#392598 #732598 #254a98

Monochromatic Colors of #392598

#392598

Complementary Color

#392598 #849825

#392598 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#392598 Color Preview on White Background

Lorem ipsum dolor sit amet.

#392598 Color CSS Codes

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

#392598 Text Font Color

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

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


#392598 Background Color

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

This div background color is #392598


#392598 Border Color

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

This div border color is #392598


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #392598


Comments

No comments written yet.

Please login to write comment.