Color Hex Logo

#328dbe Color Hex

#328DBE
(50,141,190)
0 Favorites   0 Comments

Color spaces of #328dbe

RGB 50141190
HSL0.560.580.47
HSV201°74°75°
CMYK 0.740.260.00   0.25
XYZ20.134523.445652.1794
Yxy23.44560.21030.2448
Hunter Lab48.4207-10.5115-29.9980
CIE-Lab55.5284-10.2517-33.1855

#328dbe color RGB value is (50,141,190).

#328dbe hex color red value is 50, green value is 141 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #328dbe hue: 0.56 , saturation: 0.58 and the lightness value of 328dbe is 0.47.

The process color (four color CMYK) of #328dbe color hex is 0.74, 0.26, 0.00, 0.25. Web safe color of #328dbe is #3399cc. Color #328dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001101 10111110
Octal 62 215 276
Decimal 50 141 190
Hex 32 8D BE

RGB Percentages of Color #328dbe

%13.12
%37.01
%49.87

CMYK Percentages of Color #328dbe

%74
%26
%0
%25

Triadic Colors of #328dbe

#328dbe #be328d #8dbe32

Analogous Colors of #328dbe

#328dbe #3247be #32bea9

Monochromatic Colors of #328dbe

#328dbe

Complementary Color

#328dbe #be6332

#328dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#328dbe Color CSS Codes

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

#328dbe Text Font Color

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

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


#328dbe Background Color

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

This div background color is #328dbe


#328dbe Border Color

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

This div border color is #328dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328dbe


Comments

No comments written yet.

Please login to write comment.