Color Hex Logo

#324bdf Color Hex

#324BDF
(50,75,223)
0 Favorites   0 Comments

Color spaces of #324bdf

RGB 5075223
HSL0.640.730.54
HSV231°78°87°
CMYK 0.780.660.00   0.13
XYZ17.150811.038071.0386
Yxy11.03800.17280.1112
Hunter Lab33.223534.0051-103.5177
CIE-Lab39.644442.6970-77.5249

#324bdf color RGB value is (50,75,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01001011 11011111
Octal 62 113 337
Decimal 50 75 223
Hex 32 4B DF

RGB Percentages of Color #324bdf

%14.37
%21.55
%64.08

CMYK Percentages of Color #324bdf

%78
%66
%0
%13

Triadic Colors of #324bdf

#324bdf #df324b #4bdf32

Analogous Colors of #324bdf

#324bdf #7032df #32a2df

Monochromatic Colors of #324bdf

#324bdf

Complementary Color

#324bdf #dfc632

#324bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#324bdf Color CSS Codes

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

#324bdf Text Font Color

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

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


#324bdf Background Color

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

This div background color is #324bdf


#324bdf Border Color

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

This div border color is #324bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324bdf


Comments

No comments written yet.

Please login to write comment.