Color Hex Logo

#326bcc Color Hex

#326BCC
(50,107,204)
0 Favorites   0 Comments

Color spaces of #326bcc

RGB 50107204
HSL0.600.610.50
HSV218°75°80°
CMYK 0.750.480.00   0.20
XYZ17.472215.553159.2079
Yxy15.55310.18940.1686
Hunter Lab39.437410.0665-61.4066
CIE-Lab46.382615.4069-55.6875

#326bcc color RGB value is (50,107,204).

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

The process color (four color CMYK) of #326bcc color hex is 0.75, 0.48, 0.00, 0.20. Web safe color of #326bcc is #3366cc. Color #326bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01101011 11001100
Octal 62 153 314
Decimal 50 107 204
Hex 32 6B CC

RGB Percentages of Color #326bcc

%13.85
%29.64
%56.51

CMYK Percentages of Color #326bcc

%75
%48
%0
%20

Triadic Colors of #326bcc

#326bcc #cc326b #6bcc32

Analogous Colors of #326bcc

#326bcc #4632cc #32b8cc

Monochromatic Colors of #326bcc

#326bcc

Complementary Color

#326bcc #cc9332

#326bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#326bcc Color CSS Codes

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

#326bcc Text Font Color

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

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


#326bcc Background Color

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

This div background color is #326bcc


#326bcc Border Color

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

This div border color is #326bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326bcc


Comments

No comments written yet.

Please login to write comment.