Color Hex Logo

#326ada Color Hex

#326ADA
(50,106,218)
3 Favorites   0 Comments

Color spaces of #326ada

RGB 50106218
HSL0.610.690.53
HSV220°77°85°
CMYK 0.770.510.00   0.15
XYZ19.124316.048168.4193
Yxy16.04810.18460.1549
Hunter Lab40.060115.1091-73.2204
CIE-Lab47.037521.2762-62.6194

#326ada color RGB value is (50,106,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01101010 11011010
Octal 62 152 332
Decimal 50 106 218
Hex 32 6A DA

RGB Percentages of Color #326ada

%13.37
%28.34
%58.29

CMYK Percentages of Color #326ada

%77
%51
%0
%15

Triadic Colors of #326ada

#326ada #da326a #6ada32

Analogous Colors of #326ada

#326ada #4e32da #32beda

Monochromatic Colors of #326ada

#326ada

Complementary Color

#326ada #daa232

#326ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#326ada Color CSS Codes

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

#326ada Text Font Color

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

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


#326ada Background Color

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

This div background color is #326ada


#326ada Border Color

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

This div border color is #326ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326ada

#326ada Color Palettes


Comments

No comments written yet.

Please login to write comment.