Color Hex Logo

#392358 Color Hex

#392358
(57,35,88)
0 Favorites   0 Comments

Color spaces of #392358

RGB 573588
HSL0.740.430.24
HSV265°60°35°
CMYK 0.350.600.00   0.65
XYZ4.04982.77659.5550
Yxy2.77650.24720.1695
Hunter Lab16.662814.2234-22.3348
CIE-Lab19.125623.2330-28.3151

#392358 color RGB value is (57,35,88).

#392358 hex color red value is 57, green value is 35 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #392358 hue: 0.74 , saturation: 0.43 and the lightness value of 392358 is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00100011 01011000
Octal 71 43 130
Decimal 57 35 88
Hex 39 23 58

RGB Percentages of Color #392358

%31.67
%19.44
%48.89

CMYK Percentages of Color #392358

%35
%60
%0
%65

Triadic Colors of #392358

#392358 #583923 #235839

Analogous Colors of #392358

#392358 #542358 #232858

Monochromatic Colors of #392358

#392358

Complementary Color

#392358 #425823

#392358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#392358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#392358 Color CSS Codes

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

#392358 Text Font Color

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

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


#392358 Background Color

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

This div background color is #392358


#392358 Border Color

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

This div border color is #392358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #392358


Comments

No comments written yet.

Please login to write comment.