Color Hex Logo

#324ba8 Color Hex

#324BA8
(50,75,168)
0 Favorites   0 Comments

Color spaces of #324ba8

RGB 5075168
HSL0.630.540.43
HSV227°70°66°
CMYK 0.700.550.00   0.34
XYZ10.89948.537438.1192
Yxy8.53740.18940.1483
Hunter Lab29.218815.4523-56.8972
CIE-Lab35.077922.7536-52.8931

#324ba8 color RGB value is (50,75,168).

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

The process color (four color CMYK) of #324ba8 color hex is 0.70, 0.55, 0.00, 0.34. Web safe color of #324ba8 is #333399. Color #324ba8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01001011 10101000
Octal 62 113 250
Decimal 50 75 168
Hex 32 4B A8

RGB Percentages of Color #324ba8

%17.06
%25.60
%57.34

CMYK Percentages of Color #324ba8

%70
%55
%0
%34

Triadic Colors of #324ba8

#324ba8 #a8324b #4ba832

Analogous Colors of #324ba8

#324ba8 #5432a8 #3286a8

Monochromatic Colors of #324ba8

#324ba8

Complementary Color

#324ba8 #a88f32

#324ba8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324ba8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#324ba8 Color CSS Codes

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

#324ba8 Text Font Color

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

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


#324ba8 Background Color

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

This div background color is #324ba8


#324ba8 Border Color

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

This div border color is #324ba8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324ba8


Comments

No comments written yet.

Please login to write comment.