Color Hex Logo

#324890 Color Hex

#324890
(50,72,144)
0 Favorites   0 Comments

Color spaces of #324890

RGB 5072144
HSL0.630.480.38
HSV226°65°56°
CMYK 0.650.500.00   0.44
XYZ8.66687.326527.3429
Yxy7.32650.20000.1691
Hunter Lab27.06759.7861-40.9460
CIE-Lab32.538915.8293-42.4925

#324890 color RGB value is (50,72,144).

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

The process color (four color CMYK) of #324890 color hex is 0.65, 0.50, 0.00, 0.44. Web safe color of #324890 is #333399. Color #324890 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01001000 10010000
Octal 62 110 220
Decimal 50 72 144
Hex 32 48 90

RGB Percentages of Color #324890

%18.80
%27.07
%54.14

CMYK Percentages of Color #324890

%65
%50
%0
%44

Triadic Colors of #324890

#324890 #903248 #489032

Analogous Colors of #324890

#324890 #4b3290 #327790

Monochromatic Colors of #324890

#324890

Complementary Color

#324890 #907a32

#324890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#324890 Color CSS Codes

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

#324890 Text Font Color

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

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


#324890 Background Color

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

This div background color is #324890


#324890 Border Color

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

This div border color is #324890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324890


Comments

No comments written yet.

Please login to write comment.