Color Hex Logo

#324cdc Color Hex

#324CDC
(50,76,220)
0 Favorites   0 Comments

Color spaces of #324cdc

RGB 5076220
HSL0.640.710.53
HSV231°77°86°
CMYK 0.770.650.00   0.14
XYZ16.818111.014368.9497
Yxy11.01430.17380.1138
Hunter Lab33.187832.3772-99.9472
CIE-Lab39.604541.0298-75.8764

#324cdc color RGB value is (50,76,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01001100 11011100
Octal 62 114 334
Decimal 50 76 220
Hex 32 4C DC

RGB Percentages of Color #324cdc

%14.45
%21.97
%63.58

CMYK Percentages of Color #324cdc

%77
%65
%0
%14

Triadic Colors of #324cdc

#324cdc #dc324c #4cdc32

Analogous Colors of #324cdc

#324cdc #6d32dc #32a1dc

Monochromatic Colors of #324cdc

#324cdc

Complementary Color

#324cdc #dcc232

#324cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#324cdc Color CSS Codes

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

#324cdc Text Font Color

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

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


#324cdc Background Color

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

This div background color is #324cdc


#324cdc Border Color

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

This div border color is #324cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324cdc


Comments

No comments written yet.

Please login to write comment.