Color Hex Logo

#32849d Color Hex

#32849D
(50,132,157)
0 Favorites   0 Comments

Color spaces of #32849d

RGB 50132157
HSL0.540.520.41
HSV194°68°62°
CMYK 0.680.160.00   0.38
XYZ15.652519.615034.8594
Yxy19.61500.22320.2797
Hunter Lab44.2888-14.4202-15.6645
CIE-Lab51.3991-16.4495-20.6148

#32849d color RGB value is (50,132,157).

#32849d hex color red value is 50, green value is 132 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #32849d hue: 0.54 , saturation: 0.52 and the lightness value of 32849d is 0.41.

The process color (four color CMYK) of #32849d color hex is 0.68, 0.16, 0.00, 0.38. Web safe color of #32849d is #339999. Color #32849d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10000100 10011101
Octal 62 204 235
Decimal 50 132 157
Hex 32 84 9D

RGB Percentages of Color #32849d

%14.75
%38.94
%46.31

CMYK Percentages of Color #32849d

%68
%16
%0
%38

Triadic Colors of #32849d

#32849d #9d3284 #849d32

Analogous Colors of #32849d

#32849d #324f9d #329d81

Monochromatic Colors of #32849d

#32849d

Complementary Color

#32849d #9d4b32

#32849d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32849d Color Preview on White Background

Lorem ipsum dolor sit amet.

#32849d Color CSS Codes

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

#32849d Text Font Color

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

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


#32849d Background Color

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

This div background color is #32849d


#32849d Border Color

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

This div border color is #32849d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,132,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #32849d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #32849d;
  -webkit-box-shadow: 1px 1px 3px 2px #32849d;
  box-shadow:         1px 1px 3px 2px #32849d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32849d


Comments

No comments written yet.

Please login to write comment.