Color Hex Logo

#324c7d Color Hex

#324C7D
(50,76,125)
0 Favorites   0 Comments

Color spaces of #324c7d

RGB 5076125
HSL0.610.430.34
HSV219°60°49°
CMYK 0.600.390.00   0.51
XYZ7.60157.327720.4158
Yxy7.32770.21510.2073
Hunter Lab27.06972.7529-25.7673
CIE-Lab32.54166.1912-30.7795

#324c7d color RGB value is (50,76,125).

#324c7d hex color red value is 50, green value is 76 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #324c7d hue: 0.61 , saturation: 0.43 and the lightness value of 324c7d is 0.34.

The process color (four color CMYK) of #324c7d color hex is 0.60, 0.39, 0.00, 0.51. Web safe color of #324c7d is #333366. Color #324c7d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01001100 01111101
Octal 62 114 175
Decimal 50 76 125
Hex 32 4C 7D

RGB Percentages of Color #324c7d

%19.92
%30.28
%49.80

CMYK Percentages of Color #324c7d

%60
%39
%0
%51

Triadic Colors of #324c7d

#324c7d #7d324c #4c7d32

Analogous Colors of #324c7d

#324c7d #3e327d #32727d

Monochromatic Colors of #324c7d

#324c7d

Complementary Color

#324c7d #7d6332

#324c7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324c7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#324c7d Color CSS Codes

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

#324c7d Text Font Color

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

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


#324c7d Background Color

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

This div background color is #324c7d


#324c7d Border Color

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

This div border color is #324c7d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,76,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #324c7d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #324c7d;
  -webkit-box-shadow: 1px 1px 3px 2px #324c7d;
  box-shadow:         1px 1px 3px 2px #324c7d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324c7d


Comments

No comments written yet.

Please login to write comment.