Color Hex Logo

#324983 Color Hex

#324983
(50,73,131)
0 Favorites   0 Comments

Color spaces of #324983

RGB 5073131
HSL0.620.450.35
HSV223°62°51°
CMYK 0.620.440.00   0.49
XYZ7.79477.081922.4288
Yxy7.08190.20890.1898
Hunter Lab26.61185.7125-31.3421
CIE-Lab31.992610.3671-35.3710

#324983 color RGB value is (50,73,131).

#324983 hex color red value is 50, green value is 73 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #324983 hue: 0.62 , saturation: 0.45 and the lightness value of 324983 is 0.35.

The process color (four color CMYK) of #324983 color hex is 0.62, 0.44, 0.00, 0.49. Web safe color of #324983 is #333399. Color #324983 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01001001 10000011
Octal 62 111 203
Decimal 50 73 131
Hex 32 49 83

RGB Percentages of Color #324983

%19.69
%28.74
%51.57

CMYK Percentages of Color #324983

%62
%44
%0
%49

Triadic Colors of #324983

#324983 #833249 #498332

Analogous Colors of #324983

#324983 #443283 #327283

Monochromatic Colors of #324983

#324983

Complementary Color

#324983 #836c32

#324983 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324983 Color Preview on White Background

Lorem ipsum dolor sit amet.

#324983 Color CSS Codes

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

#324983 Text Font Color

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

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


#324983 Background Color

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

This div background color is #324983


#324983 Border Color

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

This div border color is #324983


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,73,131, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #324983; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #324983;
  -webkit-box-shadow: 1px 1px 3px 2px #324983;
  box-shadow:         1px 1px 3px 2px #324983; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324983


Comments

No comments written yet.

Please login to write comment.