Color Hex Logo

#326ced Color Hex

#326CED
(50,108,237)
0 Favorites   0 Comments

Color spaces of #326ced

RGB 50108237
HSL0.610.840.56
HSV221°79°93°
CMYK 0.790.540.00   0.07
XYZ21.964017.517782.3444
Yxy17.51770.18030.1438
Hunter Lab41.854220.4275-87.3500
CIE-Lab48.905827.0611-70.3100

#326ced color RGB value is (50,108,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01101100 11101101
Octal 62 154 355
Decimal 50 108 237
Hex 32 6C ED

RGB Percentages of Color #326ced

%12.66
%27.34
%60.00

CMYK Percentages of Color #326ced

%79
%54
%0
%7

Triadic Colors of #326ced

#326ced #ed326c #6ced32

Analogous Colors of #326ced

#326ced #5632ed #32caed

Monochromatic Colors of #326ced

#326ced

Complementary Color

#326ced #edb332

#326ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#326ced Color CSS Codes

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

#326ced Text Font Color

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

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


#326ced Background Color

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

This div background color is #326ced


#326ced Border Color

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

This div border color is #326ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326ced


Comments

No comments written yet.

Please login to write comment.