Color Hex Logo

#328799 Color Hex

#328799
(50,135,153)
0 Favorites   0 Comments

Color spaces of #328799

RGB 50135153
HSL0.530.510.40
HSV190°67°60°
CMYK 0.670.120.00   0.40
XYZ15.729120.306033.2274
Yxy20.30600.22710.2932
Hunter Lab45.0622-16.5528-12.1750
CIE-Lab52.1814-19.3753-17.0966

#328799 color RGB value is (50,135,153).

#328799 hex color red value is 50, green value is 135 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #328799 hue: 0.53 , saturation: 0.51 and the lightness value of 328799 is 0.40.

The process color (four color CMYK) of #328799 color hex is 0.67, 0.12, 0.00, 0.40. Web safe color of #328799 is #339999. Color #328799 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10000111 10011001
Octal 62 207 231
Decimal 50 135 153
Hex 32 87 99

RGB Percentages of Color #328799

%14.79
%39.94
%45.27

CMYK Percentages of Color #328799

%67
%12
%0
%40

Triadic Colors of #328799

#328799 #993287 #879932

Analogous Colors of #328799

#328799 #325499 #329978

Monochromatic Colors of #328799

#328799

Complementary Color

#328799 #994432

#328799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#328799 Color CSS Codes

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

#328799 Text Font Color

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

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


#328799 Background Color

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

This div background color is #328799


#328799 Border Color

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

This div border color is #328799


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,135,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #328799; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #328799;
  -webkit-box-shadow: 1px 1px 3px 2px #328799;
  box-shadow:         1px 1px 3px 2px #328799; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328799


Comments

No comments written yet.

Please login to write comment.