Color Hex Logo

#326bee Color Hex

#326BEE
(50,107,238)
0 Favorites   0 Comments

Color spaces of #326bee

RGB 50107238
HSL0.620.850.56
HSV222°79°93°
CMYK 0.790.550.00   0.07
XYZ22.005717.366583.0812
Yxy17.36650.17970.1418
Hunter Lab41.673121.3298-89.0317
CIE-Lab48.718528.0623-71.1748

#326bee color RGB value is (50,107,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01101011 11101110
Octal 62 153 356
Decimal 50 107 238
Hex 32 6B EE

RGB Percentages of Color #326bee

%12.66
%27.09
%60.25

CMYK Percentages of Color #326bee

%79
%55
%0
%7

Triadic Colors of #326bee

#326bee #ee326b #6bee32

Analogous Colors of #326bee

#326bee #5732ee #32c9ee

Monochromatic Colors of #326bee

#326bee

Complementary Color

#326bee #eeb532

#326bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#326bee Color CSS Codes

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

#326bee Text Font Color

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

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


#326bee Background Color

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

This div background color is #326bee


#326bee Border Color

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

This div border color is #326bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326bee


Comments

No comments written yet.

Please login to write comment.