Color Hex Logo

#32397e Color Hex

#32397E
(50,57,126)
0 Favorites   0 Comments

Color spaces of #32397e

RGB 5057126
HSL0.650.430.35
HSV234°60°49°
CMYK 0.600.550.00   0.51
XYZ6.54445.110720.3802
Yxy5.11070.20430.1595
Hunter Lab22.606912.1115-37.6254
CIE-Lab27.047819.3828-40.1849

#32397e color RGB value is (50,57,126).

#32397e hex color red value is 50, green value is 57 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #32397e hue: 0.65 , saturation: 0.43 and the lightness value of 32397e is 0.35.

The process color (four color CMYK) of #32397e color hex is 0.60, 0.55, 0.00, 0.51. Web safe color of #32397e is #333366. Color #32397e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00111001 01111110
Octal 62 71 176
Decimal 50 57 126
Hex 32 39 7E

RGB Percentages of Color #32397e

%21.46
%24.46
%54.08

CMYK Percentages of Color #32397e

%60
%55
%0
%51

Triadic Colors of #32397e

#32397e #7e3239 #397e32

Analogous Colors of #32397e

#32397e #51327e #325f7e

Monochromatic Colors of #32397e

#32397e

Complementary Color

#32397e #7e7732

#32397e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32397e Color Preview on White Background

Lorem ipsum dolor sit amet.

#32397e Color CSS Codes

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

#32397e Text Font Color

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

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


#32397e Background Color

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

This div background color is #32397e


#32397e Border Color

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

This div border color is #32397e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,57,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #32397e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #32397e;
  -webkit-box-shadow: 1px 1px 3px 2px #32397e;
  box-shadow:         1px 1px 3px 2px #32397e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32397e


Comments

No comments written yet.

Please login to write comment.