Color Hex Logo

#326bde Color Hex

#326BDE
(50,107,222)
0 Favorites   0 Comments

Color spaces of #326bde

RGB 50107222
HSL0.610.720.53
HSV220°77°87°
CMYK 0.770.520.00   0.13
XYZ19.757916.467471.2444
Yxy16.46740.18380.1532
Hunter Lab40.580015.8943-75.6865
CIE-Lab47.581822.1307-64.0070

#326bde color RGB value is (50,107,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01101011 11011110
Octal 62 153 336
Decimal 50 107 222
Hex 32 6B DE

RGB Percentages of Color #326bde

%13.19
%28.23
%58.58

CMYK Percentages of Color #326bde

%77
%52
%0
%13

Triadic Colors of #326bde

#326bde #de326b #6bde32

Analogous Colors of #326bde

#326bde #4f32de #32c1de

Monochromatic Colors of #326bde

#326bde

Complementary Color

#326bde #dea532

#326bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#326bde Color CSS Codes

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

#326bde Text Font Color

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

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


#326bde Background Color

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

This div background color is #326bde


#326bde Border Color

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

This div border color is #326bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326bde


Comments

No comments written yet.

Please login to write comment.