Color Hex Logo

#328faf Color Hex

#328FAF
(50,143,175)
0 Favorites   0 Comments

Color spaces of #328faf

RGB 50143175
HSL0.540.560.44
HSV195°71°69°
CMYK 0.710.180.00   0.31
XYZ18.875723.418244.0827
Yxy23.41820.21850.2711
Hunter Lab48.3924-15.0617-20.1352
CIE-Lab55.5005-16.4772-24.6793

#328faf color RGB value is (50,143,175).

#328faf hex color red value is 50, green value is 143 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #328faf hue: 0.54 , saturation: 0.56 and the lightness value of 328faf is 0.44.

The process color (four color CMYK) of #328faf color hex is 0.71, 0.18, 0.00, 0.31. Web safe color of #328faf is #339999. Color #328faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001111 10101111
Octal 62 217 257
Decimal 50 143 175
Hex 32 8F AF

RGB Percentages of Color #328faf

%13.59
%38.86
%47.55

CMYK Percentages of Color #328faf

%71
%18
%0
%31

Triadic Colors of #328faf

#328faf #af328f #8faf32

Analogous Colors of #328faf

#328faf #3251af #32af91

Monochromatic Colors of #328faf

#328faf

Complementary Color

#328faf #af5232

#328faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#328faf Color CSS Codes

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

#328faf Text Font Color

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

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


#328faf Background Color

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

This div background color is #328faf


#328faf Border Color

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

This div border color is #328faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328faf


Comments

No comments written yet.

Please login to write comment.