Color Hex Logo

#328bdc Color Hex

#328BDC
(50,139,220)
0 Favorites   0 Comments

Color spaces of #328bdc

RGB 50139220
HSL0.580.710.53
HSV209°77°86°
CMYK 0.770.370.00   0.14
XYZ23.466324.310771.1658
Yxy24.31070.19730.2044
Hunter Lab49.3059-1.3312-51.0623
CIE-Lab56.39751.6110-48.7436

#328bdc color RGB value is (50,139,220).

#328bdc hex color red value is 50, green value is 139 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #328bdc hue: 0.58 , saturation: 0.71 and the lightness value of 328bdc is 0.53.

The process color (four color CMYK) of #328bdc color hex is 0.77, 0.37, 0.00, 0.14. Web safe color of #328bdc is #3399cc. Color #328bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001011 11011100
Octal 62 213 334
Decimal 50 139 220
Hex 32 8B DC

RGB Percentages of Color #328bdc

%12.22
%33.99
%53.79

CMYK Percentages of Color #328bdc

%77
%37
%0
%14

Triadic Colors of #328bdc

#328bdc #dc328b #8bdc32

Analogous Colors of #328bdc

#328bdc #3236dc #32dcd8

Monochromatic Colors of #328bdc

#328bdc

Complementary Color

#328bdc #dc8332

#328bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#328bdc Color CSS Codes

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

#328bdc Text Font Color

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

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


#328bdc Background Color

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

This div background color is #328bdc


#328bdc Border Color

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

This div border color is #328bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328bdc


Comments

No comments written yet.

Please login to write comment.