Color Hex Logo

#326dcf Color Hex

#326DCF
(50,109,207)
0 Favorites   0 Comments

Color spaces of #326dcf

RGB 50109207
HSL0.600.620.50
HSV217°76°81°
CMYK 0.760.470.00   0.19
XYZ18.046516.120461.1919
Yxy16.12040.18920.1690
Hunter Lab40.15029.9683-62.2572
CIE-Lab47.132115.2580-56.1987

#326dcf color RGB value is (50,109,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01101101 11001111
Octal 62 155 317
Decimal 50 109 207
Hex 32 6D CF

RGB Percentages of Color #326dcf

%13.66
%29.78
%56.56

CMYK Percentages of Color #326dcf

%76
%47
%0
%19

Triadic Colors of #326dcf

#326dcf #cf326d #6dcf32

Analogous Colors of #326dcf

#326dcf #4532cf #32bccf

Monochromatic Colors of #326dcf

#326dcf

Complementary Color

#326dcf #cf9432

#326dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#326dcf Color CSS Codes

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

#326dcf Text Font Color

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

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


#326dcf Background Color

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

This div background color is #326dcf


#326dcf Border Color

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

This div border color is #326dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326dcf


Comments

No comments written yet.

Please login to write comment.