Color Hex Logo

#328aec Color Hex

#328AEC
(50,138,236)
0 Favorites   0 Comments

Color spaces of #328aec

RGB 50138236
HSL0.590.830.56
HSV212°79°93°
CMYK 0.790.420.00   0.07
XYZ25.544224.911282.8189
Yxy24.91120.19170.1869
Hunter Lab49.91114.0107-63.4437
CIE-Lab56.98888.0602-56.7232

#328aec color RGB value is (50,138,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001010 11101100
Octal 62 212 354
Decimal 50 138 236
Hex 32 8A EC

RGB Percentages of Color #328aec

%11.79
%32.55
%55.66

CMYK Percentages of Color #328aec

%79
%42
%0
%7

Triadic Colors of #328aec

#328aec #ec328a #8aec32

Analogous Colors of #328aec

#328aec #3732ec #32e7ec

Monochromatic Colors of #328aec

#328aec

Complementary Color

#328aec #ec9432

#328aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#328aec Color CSS Codes

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

#328aec Text Font Color

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

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


#328aec Background Color

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

This div background color is #328aec


#328aec Border Color

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

This div border color is #328aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328aec


Comments

No comments written yet.

Please login to write comment.