Color Hex Logo

#324bdd Color Hex

#324BDD
(50,75,221)
0 Favorites   0 Comments

Color spaces of #324bdd

RGB 5075221
HSL0.640.720.53
HSV231°77°87°
CMYK 0.770.660.00   0.13
XYZ16.882610.930769.6266
Yxy10.93070.17330.1122
Hunter Lab33.061633.2915-101.7196
CIE-Lab39.463541.9961-76.6798

#324bdd color RGB value is (50,75,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01001011 11011101
Octal 62 113 335
Decimal 50 75 221
Hex 32 4B DD

RGB Percentages of Color #324bdd

%14.45
%21.68
%63.87

CMYK Percentages of Color #324bdd

%77
%66
%0
%13

Triadic Colors of #324bdd

#324bdd #dd324b #4bdd32

Analogous Colors of #324bdd

#324bdd #6f32dd #32a1dd

Monochromatic Colors of #324bdd

#324bdd

Complementary Color

#324bdd #ddc432

#324bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#324bdd Color CSS Codes

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

#324bdd Text Font Color

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

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


#324bdd Background Color

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

This div background color is #324bdd


#324bdd Border Color

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

This div border color is #324bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324bdd


Comments

No comments written yet.

Please login to write comment.