Color Hex Logo

#324bae Color Hex

#324BAE
(50,75,174)
0 Favorites   0 Comments

Color spaces of #324bae

RGB 5075174
HSL0.630.550.44
HSV228°71°68°
CMYK 0.710.570.00   0.32
XYZ11.47158.766341.1318
Yxy8.76630.18690.1428
Hunter Lab29.607917.3454-61.6410
CIE-Lab35.530424.9812-55.7326

#324bae color RGB value is (50,75,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01001011 10101110
Octal 62 113 256
Decimal 50 75 174
Hex 32 4B AE

RGB Percentages of Color #324bae

%16.72
%25.08
%58.19

CMYK Percentages of Color #324bae

%71
%57
%0
%32

Triadic Colors of #324bae

#324bae #ae324b #4bae32

Analogous Colors of #324bae

#324bae #5732ae #3289ae

Monochromatic Colors of #324bae

#324bae

Complementary Color

#324bae #ae9532

#324bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#324bae Color CSS Codes

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

#324bae Text Font Color

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

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


#324bae Background Color

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

This div background color is #324bae


#324bae Border Color

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

This div border color is #324bae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,75,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 #324bae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324bae


Comments

No comments written yet.

Please login to write comment.