Color Hex Logo

#328adb Color Hex

#328ADB
(50,138,219)
0 Favorites   0 Comments

Color spaces of #328adb

RGB 50138219
HSL0.580.700.53
HSV209°77°86°
CMYK 0.770.370.00   0.14
XYZ23.190123.969570.4222
Yxy23.96950.19720.2039
Hunter Lab48.9587-1.1281-51.0118
CIE-Lab56.05721.8423-48.7237

#328adb color RGB value is (50,138,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001010 11011011
Octal 62 212 333
Decimal 50 138 219
Hex 32 8A DB

RGB Percentages of Color #328adb

%12.29
%33.91
%53.81

CMYK Percentages of Color #328adb

%77
%37
%0
%14

Triadic Colors of #328adb

#328adb #db328a #8adb32

Analogous Colors of #328adb

#328adb #3236db #32dbd8

Monochromatic Colors of #328adb

#328adb

Complementary Color

#328adb #db8332

#328adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#328adb Color CSS Codes

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

#328adb Text Font Color

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

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


#328adb Background Color

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

This div background color is #328adb


#328adb Border Color

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

This div border color is #328adb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,138,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 #328adb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328adb


Comments

No comments written yet.

Please login to write comment.