Color Hex Logo

#329fdb Color Hex

#329FDB
(50,159,219)
0 Favorites   0 Comments

Color spaces of #329fdb

RGB 50159219
HSL0.560.700.53
HSV201°77°86°
CMYK 0.770.270.00   0.14
XYZ26.499730.588971.5254
Yxy30.58890.20600.2378
Hunter Lab55.3072-11.2618-37.9610
CIE-Lab62.1591-10.2513-39.1018

#329fdb color RGB value is (50,159,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10011111 11011011
Octal 62 237 333
Decimal 50 159 219
Hex 32 9F DB

RGB Percentages of Color #329fdb

%11.68
%37.15
%51.17

CMYK Percentages of Color #329fdb

%77
%27
%0
%14

Triadic Colors of #329fdb

#329fdb #db329f #9fdb32

Analogous Colors of #329fdb

#329fdb #324bdb #32dbc3

Monochromatic Colors of #329fdb

#329fdb

Complementary Color

#329fdb #db6e32

#329fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#329fdb Color CSS Codes

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

#329fdb Text Font Color

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

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


#329fdb Background Color

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

This div background color is #329fdb


#329fdb Border Color

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

This div border color is #329fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329fdb


Comments

No comments written yet.

Please login to write comment.