Color Hex Logo

#326dcc Color Hex

#326DCC
(50,109,204)
0 Favorites   0 Comments

Color spaces of #326dcc

RGB 50109204
HSL0.600.610.50
HSV217°75°80°
CMYK 0.750.470.00   0.20
XYZ17.683115.975059.2782
Yxy15.97500.19030.1719
Hunter Lab39.96879.0273-59.9557
CIE-Lab46.941714.1365-54.7882

#326dcc color RGB value is (50,109,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01101101 11001100
Octal 62 155 314
Decimal 50 109 204
Hex 32 6D CC

RGB Percentages of Color #326dcc

%13.77
%30.03
%56.20

CMYK Percentages of Color #326dcc

%75
%47
%0
%20

Triadic Colors of #326dcc

#326dcc #cc326d #6dcc32

Analogous Colors of #326dcc

#326dcc #4432cc #32bacc

Monochromatic Colors of #326dcc

#326dcc

Complementary Color

#326dcc #cc9132

#326dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#326dcc Color CSS Codes

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

#326dcc Text Font Color

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

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


#326dcc Background Color

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

This div background color is #326dcc


#326dcc Border Color

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

This div border color is #326dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326dcc


Comments

No comments written yet.

Please login to write comment.