Color Hex Logo

#326bdc Color Hex

#326BDC
(50,107,220)
0 Favorites   0 Comments

Color spaces of #326bdc

RGB 50107220
HSL0.610.710.53
HSV220°77°86°
CMYK 0.770.510.00   0.14
XYZ19.491416.360869.8408
Yxy16.36080.18440.1548
Hunter Lab40.448515.2311-74.0598
CIE-Lab47.444321.3856-63.0962

#326bdc color RGB value is (50,107,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01101011 11011100
Octal 62 153 334
Decimal 50 107 220
Hex 32 6B DC

RGB Percentages of Color #326bdc

%13.26
%28.38
%58.36

CMYK Percentages of Color #326bdc

%77
%51
%0
%14

Triadic Colors of #326bdc

#326bdc #dc326b #6bdc32

Analogous Colors of #326bdc

#326bdc #4e32dc #32c0dc

Monochromatic Colors of #326bdc

#326bdc

Complementary Color

#326bdc #dca332

#326bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#326bdc Color CSS Codes

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

#326bdc Text Font Color

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

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


#326bdc Background Color

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

This div background color is #326bdc


#326bdc Border Color

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

This div border color is #326bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326bdc


Comments

No comments written yet.

Please login to write comment.