Color Hex Logo

#326cde Color Hex

#326CDE
(50,108,222)
0 Favorites   0 Comments

Color spaces of #326cde

RGB 50108222
HSL0.610.720.53
HSV220°77°87°
CMYK 0.770.510.00   0.13
XYZ19.862816.677271.2794
Yxy16.67720.18420.1547
Hunter Lab40.837715.3534-74.9001
CIE-Lab47.850721.4950-63.5719

#326cde color RGB value is (50,108,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01101100 11011110
Octal 62 154 336
Decimal 50 108 222
Hex 32 6C DE

RGB Percentages of Color #326cde

%13.16
%28.42
%58.42

CMYK Percentages of Color #326cde

%77
%51
%0
%13

Triadic Colors of #326cde

#326cde #de326c #6cde32

Analogous Colors of #326cde

#326cde #4e32de #32c2de

Monochromatic Colors of #326cde

#326cde

Complementary Color

#326cde #dea432

#326cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#326cde Color CSS Codes

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

#326cde Text Font Color

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

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


#326cde Background Color

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

This div background color is #326cde


#326cde Border Color

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

This div border color is #326cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326cde


Comments

No comments written yet.

Please login to write comment.