Color Hex Logo

#328bdb Color Hex

#328BDB
(50,139,219)
0 Favorites   0 Comments

Color spaces of #328bdb

RGB 50139219
HSL0.580.700.53
HSV208°77°86°
CMYK 0.770.370.00   0.14
XYZ23.334224.257870.4702
Yxy24.25780.19760.2055
Hunter Lab49.2522-1.6235-50.3558
CIE-Lab56.34501.2478-48.2669

#328bdb color RGB value is (50,139,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001011 11011011
Octal 62 213 333
Decimal 50 139 219
Hex 32 8B DB

RGB Percentages of Color #328bdb

%12.25
%34.07
%53.68

CMYK Percentages of Color #328bdb

%77
%37
%0
%14

Triadic Colors of #328bdb

#328bdb #db328b #8bdb32

Analogous Colors of #328bdb

#328bdb #3237db #32dbd7

Monochromatic Colors of #328bdb

#328bdb

Complementary Color

#328bdb #db8232

#328bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#328bdb Color CSS Codes

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

#328bdb Text Font Color

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

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


#328bdb Background Color

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

This div background color is #328bdb


#328bdb Border Color

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

This div border color is #328bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328bdb


Comments

No comments written yet.

Please login to write comment.