Color Hex Logo

#326aad Color Hex

#326AAD
(50,106,173)
0 Favorites   0 Comments

Color spaces of #326aad

RGB 50106173
HSL0.590.550.44
HSV213°71°68°
CMYK 0.710.390.00   0.32
XYZ14.012314.003341.4995
Yxy14.00330.20160.2014
Hunter Lab37.42101.3527-39.5573
CIE-Lab44.23774.4905-41.1496

#326aad color RGB value is (50,106,173).

#326aad hex color red value is 50, green value is 106 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #326aad hue: 0.59 , saturation: 0.55 and the lightness value of 326aad is 0.44.

The process color (four color CMYK) of #326aad color hex is 0.71, 0.39, 0.00, 0.32. Web safe color of #326aad is #336699. Color #326aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01101010 10101101
Octal 62 152 255
Decimal 50 106 173
Hex 32 6A AD

RGB Percentages of Color #326aad

%15.20
%32.22
%52.58

CMYK Percentages of Color #326aad

%71
%39
%0
%32

Triadic Colors of #326aad

#326aad #ad326a #6aad32

Analogous Colors of #326aad

#326aad #3832ad #32a8ad

Monochromatic Colors of #326aad

#326aad

Complementary Color

#326aad #ad7532

#326aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#326aad Color CSS Codes

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

#326aad Text Font Color

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

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


#326aad Background Color

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

This div background color is #326aad


#326aad Border Color

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

This div border color is #326aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326aad


Comments

No comments written yet.

Please login to write comment.