Color Hex Logo

#32397f Color Hex

#32397F
(50,57,127)
0 Favorites   0 Comments

Color spaces of #32397f

RGB 5057127
HSL0.650.440.35
HSV235°61°50°
CMYK 0.610.550.00   0.50
XYZ6.60935.136720.7218
Yxy5.13670.20360.1582
Hunter Lab22.664312.3912-38.3434
CIE-Lab27.120719.7439-40.6949

#32397f color RGB value is (50,57,127).

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

The process color (four color CMYK) of #32397f color hex is 0.61, 0.55, 0.00, 0.50. Web safe color of #32397f is #333366. Color #32397f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00111001 01111111
Octal 62 71 177
Decimal 50 57 127
Hex 32 39 7F

RGB Percentages of Color #32397f

%21.37
%24.36
%54.27

CMYK Percentages of Color #32397f

%61
%55
%0
%50

Triadic Colors of #32397f

#32397f #7f3239 #397f32

Analogous Colors of #32397f

#32397f #52327f #32607f

Monochromatic Colors of #32397f

#32397f

Complementary Color

#32397f #7f7832

#32397f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32397f Color Preview on White Background

Lorem ipsum dolor sit amet.

#32397f Color CSS Codes

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

#32397f Text Font Color

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

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


#32397f Background Color

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

This div background color is #32397f


#32397f Border Color

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

This div border color is #32397f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32397f


Comments

No comments written yet.

Please login to write comment.