Color Hex Logo

#324cde Color Hex

#324CDE
(50,76,222)
0 Favorites   0 Comments

Color spaces of #324cde

RGB 5076222
HSL0.640.720.53
HSV231°77°87°
CMYK 0.770.660.00   0.13
XYZ17.084711.120970.3533
Yxy11.12090.17330.1128
Hunter Lab33.348033.0893-101.7387
CIE-Lab39.783441.7346-76.7257

#324cde color RGB value is (50,76,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01001100 11011110
Octal 62 114 336
Decimal 50 76 222
Hex 32 4C DE

RGB Percentages of Color #324cde

%14.37
%21.84
%63.79

CMYK Percentages of Color #324cde

%77
%66
%0
%13

Triadic Colors of #324cde

#324cde #de324c #4cde32

Analogous Colors of #324cde

#324cde #6e32de #32a2de

Monochromatic Colors of #324cde

#324cde

Complementary Color

#324cde #dec432

#324cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#324cde Color CSS Codes

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

#324cde Text Font Color

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

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


#324cde Background Color

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

This div background color is #324cde


#324cde Border Color

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

This div border color is #324cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324cde


Comments

No comments written yet.

Please login to write comment.