Color Hex Logo

#328198 Color Hex

#328198
(50,129,152)
0 Favorites   0 Comments

Color spaces of #328198

RGB 50129152
HSL0.540.500.40
HSV194°67°60°
CMYK 0.670.150.00   0.40
XYZ14.833118.645632.5229
Yxy18.64560.22470.2825
Hunter Lab43.1806-14.2488-14.4299
CIE-Lab50.2700-16.4509-19.4337

#328198 color RGB value is (50,129,152).

#328198 hex color red value is 50, green value is 129 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #328198 hue: 0.54 , saturation: 0.50 and the lightness value of 328198 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10000001 10011000
Octal 62 201 230
Decimal 50 129 152
Hex 32 81 98

RGB Percentages of Color #328198

%15.11
%38.97
%45.92

CMYK Percentages of Color #328198

%67
%15
%0
%40

Triadic Colors of #328198

#328198 #983281 #819832

Analogous Colors of #328198

#328198 #324e98 #32987c

Monochromatic Colors of #328198

#328198

Complementary Color

#328198 #984932

#328198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#328198 Color CSS Codes

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

#328198 Text Font Color

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

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


#328198 Background Color

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

This div background color is #328198


#328198 Border Color

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

This div border color is #328198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328198


Comments

No comments written yet.

Please login to write comment.