Color Hex Logo

#32489f Color Hex

#32489F
(50,72,159)
0 Favorites   0 Comments

Color spaces of #32489f

RGB 5072159
HSL0.630.520.41
HSV228°69°62°
CMYK 0.690.550.00   0.38
XYZ9.89087.816033.7882
Yxy7.81600.19210.1518
Hunter Lab27.957114.2256-52.0863
CIE-Lab33.596721.4014-49.8925

#32489f color RGB value is (50,72,159).

#32489f hex color red value is 50, green value is 72 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #32489f hue: 0.63 , saturation: 0.52 and the lightness value of 32489f is 0.41.

The process color (four color CMYK) of #32489f color hex is 0.69, 0.55, 0.00, 0.38. Web safe color of #32489f is #333399. Color #32489f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01001000 10011111
Octal 62 110 237
Decimal 50 72 159
Hex 32 48 9F

RGB Percentages of Color #32489f

%17.79
%25.62
%56.58

CMYK Percentages of Color #32489f

%69
%55
%0
%38

Triadic Colors of #32489f

#32489f #9f3248 #489f32

Analogous Colors of #32489f

#32489f #53329f #327f9f

Monochromatic Colors of #32489f

#32489f

Complementary Color

#32489f #9f8932

#32489f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32489f Color Preview on White Background

Lorem ipsum dolor sit amet.

#32489f Color CSS Codes

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

#32489f Text Font Color

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

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


#32489f Background Color

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

This div background color is #32489f


#32489f Border Color

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

This div border color is #32489f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32489f


Comments

No comments written yet.

Please login to write comment.