Color Hex Logo

#324982 Color Hex

#324982
(50,73,130)
0 Favorites   0 Comments

Color spaces of #324982

RGB 5073130
HSL0.620.440.35
HSV223°62°51°
CMYK 0.620.440.00   0.49
XYZ7.72727.054922.0736
Yxy7.05490.20970.1914
Hunter Lab26.56115.4477-30.6803
CIE-Lab31.931610.0015-34.8494

#324982 color RGB value is (50,73,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01001001 10000010
Octal 62 111 202
Decimal 50 73 130
Hex 32 49 82

RGB Percentages of Color #324982

%19.76
%28.85
%51.38

CMYK Percentages of Color #324982

%62
%44
%0
%49

Triadic Colors of #324982

#324982 #823249 #498232

Analogous Colors of #324982

#324982 #433282 #327182

Monochromatic Colors of #324982

#324982

Complementary Color

#324982 #826b32

#324982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#324982 Color CSS Codes

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

#324982 Text Font Color

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

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


#324982 Background Color

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

This div background color is #324982


#324982 Border Color

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

This div border color is #324982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324982


Comments

No comments written yet.

Please login to write comment.