Color Hex Logo

#326ded Color Hex

#326DED
(50,109,237)
0 Favorites   0 Comments

Color spaces of #326ded

RGB 50109237
HSL0.610.840.56
HSV221°79°93°
CMYK 0.790.540.00   0.07
XYZ22.070117.729882.3797
Yxy17.72980.18060.1451
Hunter Lab42.106819.8732-86.5231
CIE-Lab49.166726.4297-69.8862

#326ded color RGB value is (50,109,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01101101 11101101
Octal 62 155 355
Decimal 50 109 237
Hex 32 6D ED

RGB Percentages of Color #326ded

%12.63
%27.53
%59.85

CMYK Percentages of Color #326ded

%79
%54
%0
%7

Triadic Colors of #326ded

#326ded #ed326d #6ded32

Analogous Colors of #326ded

#326ded #5532ed #32cbed

Monochromatic Colors of #326ded

#326ded

Complementary Color

#326ded #edb232

#326ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#326ded Color CSS Codes

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

#326ded Text Font Color

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

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


#326ded Background Color

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

This div background color is #326ded


#326ded Border Color

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

This div border color is #326ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326ded


Comments

No comments written yet.

Please login to write comment.