Color Hex Logo

#326aec Color Hex

#326AEC
(50,106,236)
0 Favorites   0 Comments

Color spaces of #326aec

RGB 50106236
HSL0.620.830.56
HSV222°79°93°
CMYK 0.790.550.00   0.07
XYZ21.609717.042381.5074
Yxy17.04230.17980.1418
Hunter Lab41.282321.1938-88.1640
CIE-Lab48.313327.9563-70.7121

#326aec color RGB value is (50,106,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01101010 11101100
Octal 62 152 354
Decimal 50 106 236
Hex 32 6A EC

RGB Percentages of Color #326aec

%12.76
%27.04
%60.20

CMYK Percentages of Color #326aec

%79
%55
%0
%7

Triadic Colors of #326aec

#326aec #ec326a #6aec32

Analogous Colors of #326aec

#326aec #5732ec #32c7ec

Monochromatic Colors of #326aec

#326aec

Complementary Color

#326aec #ecb432

#326aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#326aec Color CSS Codes

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

#326aec Text Font Color

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

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


#326aec Background Color

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

This div background color is #326aec


#326aec Border Color

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

This div border color is #326aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326aec


Comments

No comments written yet.

Please login to write comment.