Color Hex Logo

#326feb Color Hex

#326FEB
(50,111,235)
0 Favorites   0 Comments

Color spaces of #326feb

RGB 50111235
HSL0.610.820.56
HSV220°79°92°
CMYK 0.790.530.00   0.08
XYZ21.995218.045180.9210
Yxy18.04510.18180.1492
Hunter Lab42.479518.0852-83.2083
CIE-Lab49.550824.4264-68.1420

#326feb color RGB value is (50,111,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01101111 11101011
Octal 62 157 353
Decimal 50 111 235
Hex 32 6F EB

RGB Percentages of Color #326feb

%12.63
%28.03
%59.34

CMYK Percentages of Color #326feb

%79
%53
%0
%8

Triadic Colors of #326feb

#326feb #eb326f #6feb32

Analogous Colors of #326feb

#326feb #5132eb #32cceb

Monochromatic Colors of #326feb

#326feb

Complementary Color

#326feb #ebae32

#326feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#326feb Color CSS Codes

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

#326feb Text Font Color

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

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


#326feb Background Color

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

This div background color is #326feb


#326feb Border Color

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

This div border color is #326feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326feb


Comments

No comments written yet.

Please login to write comment.