Color Hex Logo

#326beb Color Hex

#326BEB
(50,107,235)
0 Favorites   0 Comments

Color spaces of #326beb

RGB 50107235
HSL0.620.820.56
HSV222°79°92°
CMYK 0.790.540.00   0.08
XYZ21.568517.191780.7788
Yxy17.19170.18040.1438
Hunter Lab41.462920.2936-86.4859
CIE-Lab48.500726.9546-69.8463

#326beb color RGB value is (50,107,235).

#326beb hex color red value is 50, green value is 107 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #326beb hue: 0.62 , saturation: 0.82 and the lightness value of 326beb is 0.56.

The process color (four color CMYK) of #326beb color hex is 0.79, 0.54, 0.00, 0.08. Web safe color of #326beb is #3366ff. Color #326beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01101011 11101011
Octal 62 153 353
Decimal 50 107 235
Hex 32 6B EB

RGB Percentages of Color #326beb

%12.76
%27.30
%59.95

CMYK Percentages of Color #326beb

%79
%54
%0
%8

Triadic Colors of #326beb

#326beb #eb326b #6beb32

Analogous Colors of #326beb

#326beb #5632eb #32c8eb

Monochromatic Colors of #326beb

#326beb

Complementary Color

#326beb #ebb232

#326beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#326beb Color CSS Codes

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

#326beb Text Font Color

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

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


#326beb Background Color

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

This div background color is #326beb


#326beb Border Color

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

This div border color is #326beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326beb


Comments

No comments written yet.

Please login to write comment.