Color Hex Logo

#328ea3 Color Hex

#328EA3
(50,142,163)
0 Favorites   0 Comments

Color spaces of #328ea3

RGB 50142163
HSL0.530.530.42
HSV191°69°64°
CMYK 0.690.130.00   0.36
XYZ17.599322.668538.0982
Yxy22.66850.22460.2893
Hunter Lab47.6114-17.3385-14.1152
CIE-Lab54.7292-19.8821-18.9857

#328ea3 color RGB value is (50,142,163).

#328ea3 hex color red value is 50, green value is 142 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #328ea3 hue: 0.53 , saturation: 0.53 and the lightness value of 328ea3 is 0.42.

The process color (four color CMYK) of #328ea3 color hex is 0.69, 0.13, 0.00, 0.36. Web safe color of #328ea3 is #339999. Color #328ea3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001110 10100011
Octal 62 216 243
Decimal 50 142 163
Hex 32 8E A3

RGB Percentages of Color #328ea3

%14.08
%40.00
%45.92

CMYK Percentages of Color #328ea3

%69
%13
%0
%36

Triadic Colors of #328ea3

#328ea3 #a3328e #8ea332

Analogous Colors of #328ea3

#328ea3 #3256a3 #32a380

Monochromatic Colors of #328ea3

#328ea3

Complementary Color

#328ea3 #a34732

#328ea3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328ea3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#328ea3 Color CSS Codes

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

#328ea3 Text Font Color

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

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


#328ea3 Background Color

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

This div background color is #328ea3


#328ea3 Border Color

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

This div border color is #328ea3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328ea3


Comments

No comments written yet.

Please login to write comment.