Color Hex Logo

#326cdc Color Hex

#326CDC
(50,108,220)
0 Favorites   0 Comments

Color spaces of #326cdc

RGB 50108220
HSL0.610.710.53
HSV220°77°86°
CMYK 0.770.510.00   0.14
XYZ19.596216.570569.8757
Yxy16.57050.18480.1563
Hunter Lab40.706914.6925-73.2799
CIE-Lab47.714220.7497-62.6596

#326cdc color RGB value is (50,108,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01101100 11011100
Octal 62 154 334
Decimal 50 108 220
Hex 32 6C DC

RGB Percentages of Color #326cdc

%13.23
%28.57
%58.20

CMYK Percentages of Color #326cdc

%77
%51
%0
%14

Triadic Colors of #326cdc

#326cdc #dc326c #6cdc32

Analogous Colors of #326cdc

#326cdc #4d32dc #32c1dc

Monochromatic Colors of #326cdc

#326cdc

Complementary Color

#326cdc #dca232

#326cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#326cdc Color CSS Codes

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

#326cdc Text Font Color

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

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


#326cdc Background Color

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

This div background color is #326cdc


#326cdc Border Color

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

This div border color is #326cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326cdc


Comments

No comments written yet.

Please login to write comment.