Color Hex Logo

#324592 Color Hex

#324592
(50,69,146)
0 Favorites   0 Comments

Color spaces of #324592

RGB 5069146
HSL0.630.490.38
HSV228°66°57°
CMYK 0.660.530.00   0.43
XYZ8.63187.009728.0922
Yxy7.00970.19740.1603
Hunter Lab26.475811.8628-44.3766
CIE-Lab31.829018.5861-44.8588

#324592 color RGB value is (50,69,146).

#324592 hex color red value is 50, green value is 69 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #324592 hue: 0.63 , saturation: 0.49 and the lightness value of 324592 is 0.38.

The process color (four color CMYK) of #324592 color hex is 0.66, 0.53, 0.00, 0.43. Web safe color of #324592 is #333399. Color #324592 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01000101 10010010
Octal 62 105 222
Decimal 50 69 146
Hex 32 45 92

RGB Percentages of Color #324592

%18.87
%26.04
%55.09

CMYK Percentages of Color #324592

%66
%53
%0
%43

Triadic Colors of #324592

#324592 #923245 #459232

Analogous Colors of #324592

#324592 #4f3292 #327592

Monochromatic Colors of #324592

#324592

Complementary Color

#324592 #927f32

#324592 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324592 Color Preview on White Background

Lorem ipsum dolor sit amet.

#324592 Color CSS Codes

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

#324592 Text Font Color

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

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


#324592 Background Color

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

This div background color is #324592


#324592 Border Color

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

This div border color is #324592


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324592


Comments

No comments written yet.

Please login to write comment.