Color Hex Logo

#324aae Color Hex

#324AAE
(50,74,174)
0 Favorites   0 Comments

Color spaces of #324aae

RGB 5074174
HSL0.630.550.44
HSV228°71°68°
CMYK 0.710.570.00   0.32
XYZ11.40428.631741.1094
Yxy8.63170.18650.1412
Hunter Lab29.379817.8729-62.3953
CIE-Lab35.265325.6397-56.1634

#324aae color RGB value is (50,74,174).

#324aae hex color red value is 50, green value is 74 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #324aae hue: 0.63 , saturation: 0.55 and the lightness value of 324aae is 0.44.

The process color (four color CMYK) of #324aae color hex is 0.71, 0.57, 0.00, 0.32. Web safe color of #324aae is #333399. Color #324aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01001010 10101110
Octal 62 112 256
Decimal 50 74 174
Hex 32 4A AE

RGB Percentages of Color #324aae

%16.78
%24.83
%58.39

CMYK Percentages of Color #324aae

%71
%57
%0
%32

Triadic Colors of #324aae

#324aae #ae324a #4aae32

Analogous Colors of #324aae

#324aae #5832ae #3288ae

Monochromatic Colors of #324aae

#324aae

Complementary Color

#324aae #ae9632

#324aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#324aae Color CSS Codes

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

#324aae Text Font Color

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

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


#324aae Background Color

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

This div background color is #324aae


#324aae Border Color

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

This div border color is #324aae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,74,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #324aae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #324aae;
  -webkit-box-shadow: 1px 1px 3px 2px #324aae;
  box-shadow:         1px 1px 3px 2px #324aae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324aae


Comments

No comments written yet.

Please login to write comment.