Color Hex Logo

#324987 Color Hex

#324987
(50,73,135)
0 Favorites   0 Comments

Color spaces of #324987

RGB 5073135
HSL0.620.460.36
HSV224°63°53°
CMYK 0.630.460.00   0.47
XYZ8.07117.192523.8846
Yxy7.19250.20620.1837
Hunter Lab26.81886.7864-34.0299
CIE-Lab32.241211.8337-37.4446

#324987 color RGB value is (50,73,135).

#324987 hex color red value is 50, green value is 73 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #324987 hue: 0.62 , saturation: 0.46 and the lightness value of 324987 is 0.36.

The process color (four color CMYK) of #324987 color hex is 0.63, 0.46, 0.00, 0.47. Web safe color of #324987 is #333399. Color #324987 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01001001 10000111
Octal 62 111 207
Decimal 50 73 135
Hex 32 49 87

RGB Percentages of Color #324987

%19.38
%28.29
%52.33

CMYK Percentages of Color #324987

%63
%46
%0
%47

Triadic Colors of #324987

#324987 #873249 #498732

Analogous Colors of #324987

#324987 #453287 #327487

Monochromatic Colors of #324987

#324987

Complementary Color

#324987 #877032

#324987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#324987 Color CSS Codes

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

#324987 Text Font Color

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

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


#324987 Background Color

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

This div background color is #324987


#324987 Border Color

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

This div border color is #324987


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324987


Comments

No comments written yet.

Please login to write comment.