Color Hex Logo

#328aea Color Hex

#328AEA
(50,138,234)
0 Favorites   0 Comments

Color spaces of #328aea

RGB 50138234
HSL0.590.810.56
HSV211°79°92°
CMYK 0.790.410.00   0.08
XYZ25.255224.795681.2968
Yxy24.79560.19230.1888
Hunter Lab49.79523.3904-61.9416
CIE-Lab56.87577.3261-55.7928

#328aea color RGB value is (50,138,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001010 11101010
Octal 62 212 352
Decimal 50 138 234
Hex 32 8A EA

RGB Percentages of Color #328aea

%11.85
%32.70
%55.45

CMYK Percentages of Color #328aea

%79
%41
%0
%8

Triadic Colors of #328aea

#328aea #ea328a #8aea32

Analogous Colors of #328aea

#328aea #3632ea #32e6ea

Monochromatic Colors of #328aea

#328aea

Complementary Color

#328aea #ea9232

#328aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#328aea Color CSS Codes

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

#328aea Text Font Color

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

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


#328aea Background Color

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

This div background color is #328aea


#328aea Border Color

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

This div border color is #328aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328aea


Comments

No comments written yet.

Please login to write comment.