Color Hex Logo

#324fdb Color Hex

#324FDB
(50,79,219)
0 Favorites   0 Comments

Color spaces of #324fdb

RGB 5079219
HSL0.640.700.53
HSV230°77°86°
CMYK 0.770.640.00   0.14
XYZ16.897611.384568.3247
Yxy11.38450.17490.1178
Hunter Lab33.740930.3469-96.4424
CIE-Lab40.220738.8157-74.2936

#324fdb color RGB value is (50,79,219).

#324fdb hex color red value is 50, green value is 79 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #324fdb hue: 0.64 , saturation: 0.70 and the lightness value of 324fdb is 0.53.

The process color (four color CMYK) of #324fdb color hex is 0.77, 0.64, 0.00, 0.14. Web safe color of #324fdb is #3366cc. Color #324fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01001111 11011011
Octal 62 117 333
Decimal 50 79 219
Hex 32 4F DB

RGB Percentages of Color #324fdb

%14.37
%22.70
%62.93

CMYK Percentages of Color #324fdb

%77
%64
%0
%14

Triadic Colors of #324fdb

#324fdb #db324f #4fdb32

Analogous Colors of #324fdb

#324fdb #6a32db #32a4db

Monochromatic Colors of #324fdb

#324fdb

Complementary Color

#324fdb #dbbe32

#324fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#324fdb Color CSS Codes

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

#324fdb Text Font Color

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

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


#324fdb Background Color

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

This div background color is #324fdb


#324fdb Border Color

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

This div border color is #324fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324fdb


Comments

No comments written yet.

Please login to write comment.