Color Hex Logo

#32466f Color Hex

#32466F
(50,70,111)
0 Favorites   0 Comments

Color spaces of #32466f

RGB 5070111
HSL0.610.380.32
HSV220°55°44°
CMYK 0.550.370.00   0.56
XYZ6.37486.206115.9008
Yxy6.20610.22380.2179
Hunter Lab24.91202.0807-20.4050
CIE-Lab29.92665.1886-26.1375

#32466f color RGB value is (50,70,111).

#32466f hex color red value is 50, green value is 70 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #32466f hue: 0.61 , saturation: 0.38 and the lightness value of 32466f is 0.32.

The process color (four color CMYK) of #32466f color hex is 0.55, 0.37, 0.00, 0.56. Web safe color of #32466f is #333366. Color #32466f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01000110 01101111
Octal 62 106 157
Decimal 50 70 111
Hex 32 46 6F

RGB Percentages of Color #32466f

%21.65
%30.30
%48.05

CMYK Percentages of Color #32466f

%55
%37
%0
%56

Triadic Colors of #32466f

#32466f #6f3246 #466f32

Analogous Colors of #32466f

#32466f #3d326f #32656f

Monochromatic Colors of #32466f

#32466f

Complementary Color

#32466f #6f5b32

#32466f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32466f Color Preview on White Background

Lorem ipsum dolor sit amet.

#32466f Color CSS Codes

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

#32466f Text Font Color

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

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


#32466f Background Color

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

This div background color is #32466f


#32466f Border Color

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

This div border color is #32466f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32466f


Comments

No comments written yet.

Please login to write comment.