Color Hex Logo

#326fdc Color Hex

#326FDC
(50,111,220)
0 Favorites   0 Comments

Color spaces of #326fdc

RGB 50111220
HSL0.610.710.53
HSV218°77°86°
CMYK 0.770.500.00   0.14
XYZ19.918117.214369.9830
Yxy17.21430.18590.1607
Hunter Lab41.490113.0845-70.9637
CIE-Lab48.528918.8467-61.3432

#326fdc color RGB value is (50,111,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01101111 11011100
Octal 62 157 334
Decimal 50 111 220
Hex 32 6F DC

RGB Percentages of Color #326fdc

%13.12
%29.13
%57.74

CMYK Percentages of Color #326fdc

%77
%50
%0
%14

Triadic Colors of #326fdc

#326fdc #dc326f #6fdc32

Analogous Colors of #326fdc

#326fdc #4a32dc #32c4dc

Monochromatic Colors of #326fdc

#326fdc

Complementary Color

#326fdc #dc9f32

#326fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#326fdc Color CSS Codes

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

#326fdc Text Font Color

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

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


#326fdc Background Color

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

This div background color is #326fdc


#326fdc Border Color

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

This div border color is #326fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326fdc


Comments

No comments written yet.

Please login to write comment.