Color Hex Logo

#32466c Color Hex

#32466C
(50,70,108)
0 Favorites   0 Comments

Color spaces of #32466c

RGB 5070108
HSL0.610.370.31
HSV219°54°42°
CMYK 0.540.350.00   0.58
XYZ6.21236.141115.0453
Yxy6.14110.22670.2241
Hunter Lab24.78121.3802-18.6495
CIE-Lab29.76574.1411-24.4912

#32466c color RGB value is (50,70,108).

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

The process color (four color CMYK) of #32466c color hex is 0.54, 0.35, 0.00, 0.58. Web safe color of #32466c is #333366. Color #32466c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01000110 01101100
Octal 62 106 154
Decimal 50 70 108
Hex 32 46 6C

RGB Percentages of Color #32466c

%21.93
%30.70
%47.37

CMYK Percentages of Color #32466c

%54
%35
%0
%58

Triadic Colors of #32466c

#32466c #6c3246 #466c32

Analogous Colors of #32466c

#32466c #3b326c #32636c

Monochromatic Colors of #32466c

#32466c

Complementary Color

#32466c #6c5832

#32466c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32466c Color Preview on White Background

Lorem ipsum dolor sit amet.

#32466c Color CSS Codes

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

#32466c Text Font Color

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

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


#32466c Background Color

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

This div background color is #32466c


#32466c Border Color

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

This div border color is #32466c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32466c


Comments

No comments written yet.

Please login to write comment.