Color Hex Logo

#324bd2 Color Hex

#324BD2
(50,75,210)
0 Favorites   0 Comments

Color spaces of #324bd2

RGB 5075210
HSL0.640.640.51
HSV231°76°82°
CMYK 0.760.640.00   0.18
XYZ15.464310.363462.1580
Yxy10.36340.17580.1178
Hunter Lab32.192229.4103-91.9448
CIE-Lab38.486938.1037-71.9683

#324bd2 color RGB value is (50,75,210).

#324bd2 hex color red value is 50, green value is 75 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #324bd2 hue: 0.64 , saturation: 0.64 and the lightness value of 324bd2 is 0.51.

The process color (four color CMYK) of #324bd2 color hex is 0.76, 0.64, 0.00, 0.18. Web safe color of #324bd2 is #3333cc. Color #324bd2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01001011 11010010
Octal 62 113 322
Decimal 50 75 210
Hex 32 4B D2

RGB Percentages of Color #324bd2

%14.93
%22.39
%62.69

CMYK Percentages of Color #324bd2

%76
%64
%0
%18

Triadic Colors of #324bd2

#324bd2 #d2324b #4bd232

Analogous Colors of #324bd2

#324bd2 #6932d2 #329bd2

Monochromatic Colors of #324bd2

#324bd2

Complementary Color

#324bd2 #d2b932

#324bd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324bd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#324bd2 Color CSS Codes

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

#324bd2 Text Font Color

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

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


#324bd2 Background Color

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

This div background color is #324bd2


#324bd2 Border Color

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

This div border color is #324bd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324bd2


Comments

No comments written yet.

Please login to write comment.