Color Hex Logo

#324bdb Color Hex

#324BDB
(50,75,219)
0 Favorites   0 Comments

Color spaces of #324bdb

RGB 5075219
HSL0.640.700.53
HSV231°77°86°
CMYK 0.770.660.00   0.14
XYZ16.617710.824768.2314
Yxy10.82470.17370.1131
Hunter Lab32.900932.5808-99.9276
CIE-Lab39.283641.2937-75.8312

#324bdb color RGB value is (50,75,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01001011 11011011
Octal 62 113 333
Decimal 50 75 219
Hex 32 4B DB

RGB Percentages of Color #324bdb

%14.53
%21.80
%63.66

CMYK Percentages of Color #324bdb

%77
%66
%0
%14

Triadic Colors of #324bdb

#324bdb #db324b #4bdb32

Analogous Colors of #324bdb

#324bdb #6e32db #32a0db

Monochromatic Colors of #324bdb

#324bdb

Complementary Color

#324bdb #dbc232

#324bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#324bdb Color CSS Codes

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

#324bdb Text Font Color

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

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


#324bdb Background Color

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

This div background color is #324bdb


#324bdb Border Color

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

This div border color is #324bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324bdb


Comments

No comments written yet.

Please login to write comment.