Color Hex Logo

#324096 Color Hex

#324096
(50,64,150)
0 Favorites   0 Comments

Color spaces of #324096

RGB 5064150
HSL0.640.500.39
HSV232°67°59°
CMYK 0.670.570.00   0.41
XYZ8.65386.546929.6617
Yxy6.54690.19290.1459
Hunter Lab25.586915.5937-50.8213
CIE-Lab30.752323.4176-49.0434

#324096 color RGB value is (50,64,150).

#324096 hex color red value is 50, green value is 64 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #324096 hue: 0.64 , saturation: 0.50 and the lightness value of 324096 is 0.39.

The process color (four color CMYK) of #324096 color hex is 0.67, 0.57, 0.00, 0.41. Web safe color of #324096 is #333399. Color #324096 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01000000 10010110
Octal 62 100 226
Decimal 50 64 150
Hex 32 40 96

RGB Percentages of Color #324096

%18.94
%24.24
%56.82

CMYK Percentages of Color #324096

%67
%57
%0
%41

Triadic Colors of #324096

#324096 #963240 #409632

Analogous Colors of #324096

#324096 #563296 #327296

Monochromatic Colors of #324096

#324096

Complementary Color

#324096 #968832

#324096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#324096 Color CSS Codes

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

#324096 Text Font Color

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

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


#324096 Background Color

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

This div background color is #324096


#324096 Border Color

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

This div border color is #324096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324096


Comments

No comments written yet.

Please login to write comment.