Color Hex Logo

#329adb Color Hex

#329ADB
(50,154,219)
0 Favorites   0 Comments

Color spaces of #329adb

RGB 50154219
HSL0.560.700.53
HSV203°77°86°
CMYK 0.770.300.00   0.14
XYZ25.657228.903871.2445
Yxy28.90380.20390.2297
Hunter Lab53.7623-8.8976-40.9362
CIE-Lab60.6966-7.4468-41.3954

#329adb color RGB value is (50,154,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10011010 11011011
Octal 62 232 333
Decimal 50 154 219
Hex 32 9A DB

RGB Percentages of Color #329adb

%11.82
%36.41
%51.77

CMYK Percentages of Color #329adb

%77
%30
%0
%14

Triadic Colors of #329adb

#329adb #db329a #9adb32

Analogous Colors of #329adb

#329adb #3245db #32dbc8

Monochromatic Colors of #329adb

#329adb

Complementary Color

#329adb #db7332

#329adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#329adb Color CSS Codes

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

#329adb Text Font Color

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

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


#329adb Background Color

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

This div background color is #329adb


#329adb Border Color

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

This div border color is #329adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329adb


Comments

No comments written yet.

Please login to write comment.