Color Hex Logo

#328f9b Color Hex

#328F9B
(50,143,155)
0 Favorites   0 Comments

Color spaces of #328f9b

RGB 50143155
HSL0.520.510.40
HSV187°68°61°
CMYK 0.680.080.00   0.39
XYZ17.054222.689634.4910
Yxy22.68960.22970.3056
Hunter Lab47.6336-19.4507-9.5878
CIE-Lab54.7512-22.9499-14.3517

#328f9b color RGB value is (50,143,155).

#328f9b hex color red value is 50, green value is 143 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #328f9b hue: 0.52 , saturation: 0.51 and the lightness value of 328f9b is 0.40.

The process color (four color CMYK) of #328f9b color hex is 0.68, 0.08, 0.00, 0.39. Web safe color of #328f9b is #339999. Color #328f9b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001111 10011011
Octal 62 217 233
Decimal 50 143 155
Hex 32 8F 9B

RGB Percentages of Color #328f9b

%14.37
%41.09
%44.54

CMYK Percentages of Color #328f9b

%68
%8
%0
%39

Triadic Colors of #328f9b

#328f9b #9b328f #8f9b32

Analogous Colors of #328f9b

#328f9b #325b9b #329b73

Monochromatic Colors of #328f9b

#328f9b

Complementary Color

#328f9b #9b3e32

#328f9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328f9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#328f9b Color CSS Codes

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

#328f9b Text Font Color

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

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


#328f9b Background Color

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

This div background color is #328f9b


#328f9b Border Color

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

This div border color is #328f9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328f9b


Comments

No comments written yet.

Please login to write comment.