Color Hex Logo

#324470 Color Hex

#324470
(50,68,112)
0 Favorites   0 Comments

Color spaces of #324470

RGB 5068112
HSL0.620.380.32
HSV223°55°44°
CMYK 0.550.390.00   0.56
XYZ6.30715.982216.1515
Yxy5.98220.22180.2103
Hunter Lab24.45853.2272-22.0319
CIE-Lab29.36756.8768-27.6521

#324470 color RGB value is (50,68,112).

#324470 hex color red value is 50, green value is 68 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #324470 hue: 0.62 , saturation: 0.38 and the lightness value of 324470 is 0.32.

The process color (four color CMYK) of #324470 color hex is 0.55, 0.39, 0.00, 0.56. Web safe color of #324470 is #333366. Color #324470 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01000100 01110000
Octal 62 104 160
Decimal 50 68 112
Hex 32 44 70

RGB Percentages of Color #324470

%21.74
%29.57
%48.70

CMYK Percentages of Color #324470

%55
%39
%0
%56

Triadic Colors of #324470

#324470 #703244 #447032

Analogous Colors of #324470

#324470 #3f3270 #326370

Monochromatic Colors of #324470

#324470

Complementary Color

#324470 #705e32

#324470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#324470 Color CSS Codes

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

#324470 Text Font Color

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

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


#324470 Background Color

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

This div background color is #324470


#324470 Border Color

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

This div border color is #324470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324470


Comments

No comments written yet.

Please login to write comment.