Color Hex Logo

#328fdb Color Hex

#328FDB
(50,143,219)
0 Favorites   0 Comments

Color spaces of #328fdb

RGB 50143219
HSL0.570.700.53
HSV207°77°86°
CMYK 0.770.350.00   0.14
XYZ23.924025.437570.6668
Yxy25.43750.19930.2119
Hunter Lab50.4356-3.5913-47.7680
CIE-Lab57.4992-1.1115-46.4375

#328fdb color RGB value is (50,143,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001111 11011011
Octal 62 217 333
Decimal 50 143 219
Hex 32 8F DB

RGB Percentages of Color #328fdb

%12.14
%34.71
%53.16

CMYK Percentages of Color #328fdb

%77
%35
%0
%14

Triadic Colors of #328fdb

#328fdb #db328f #8fdb32

Analogous Colors of #328fdb

#328fdb #323bdb #32dbd3

Monochromatic Colors of #328fdb

#328fdb

Complementary Color

#328fdb #db7e32

#328fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#328fdb Color CSS Codes

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

#328fdb Text Font Color

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

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


#328fdb Background Color

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

This div background color is #328fdb


#328fdb Border Color

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

This div border color is #328fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328fdb


Comments

No comments written yet.

Please login to write comment.