Color Hex Logo

#328baf Color Hex

#328BAF
(50,139,175)
0 Favorites   0 Comments

Color spaces of #328baf

RGB 50139175
HSL0.550.560.44
HSV197°71°69°
CMYK 0.710.210.00   0.31
XYZ18.285922.238543.8861
Yxy22.23850.21660.2635
Hunter Lab47.1577-13.3107-22.1663
CIE-Lab54.2791-14.2833-26.5648

#328baf color RGB value is (50,139,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001011 10101111
Octal 62 213 257
Decimal 50 139 175
Hex 32 8B AF

RGB Percentages of Color #328baf

%13.74
%38.19
%48.08

CMYK Percentages of Color #328baf

%71
%21
%0
%31

Triadic Colors of #328baf

#328baf #af328b #8baf32

Analogous Colors of #328baf

#328baf #324daf #32af95

Monochromatic Colors of #328baf

#328baf

Complementary Color

#328baf #af5632

#328baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#328baf Color CSS Codes

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

#328baf Text Font Color

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

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


#328baf Background Color

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

This div background color is #328baf


#328baf Border Color

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

This div border color is #328baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328baf


Comments

No comments written yet.

Please login to write comment.