Color Hex Logo

#329bdb Color Hex

#329BDB
(50,155,219)
0 Favorites   0 Comments

Color spaces of #329bdb

RGB 50155219
HSL0.560.700.53
HSV203°77°86°
CMYK 0.770.290.00   0.14
XYZ25.822929.235371.2998
Yxy29.23530.20440.2314
Hunter Lab54.0697-9.3729-40.3349
CIE-Lab60.9887-8.0117-40.9366

#329bdb color RGB value is (50,155,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10011011 11011011
Octal 62 233 333
Decimal 50 155 219
Hex 32 9B DB

RGB Percentages of Color #329bdb

%11.79
%36.56
%51.65

CMYK Percentages of Color #329bdb

%77
%29
%0
%14

Triadic Colors of #329bdb

#329bdb #db329b #9bdb32

Analogous Colors of #329bdb

#329bdb #3246db #32dbc7

Monochromatic Colors of #329bdb

#329bdb

Complementary Color

#329bdb #db7232

#329bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#329bdb Color CSS Codes

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

#329bdb Text Font Color

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

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


#329bdb Background Color

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

This div background color is #329bdb


#329bdb Border Color

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

This div border color is #329bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329bdb


Comments

No comments written yet.

Please login to write comment.