Color Hex Logo

#329dcd Color Hex

#329DCD
(50,157,205)
0 Favorites   0 Comments

Color spaces of #329dcd

RGB 50157205
HSL0.550.610.50
HSV199°76°80°
CMYK 0.760.230.00   0.20
XYZ24.391829.199862.1082
Yxy29.19980.21080.2524
Hunter Lab54.0368-13.9910-30.3202
CIE-Lab60.9576-13.9737-33.1814

#329dcd color RGB value is (50,157,205).

#329dcd hex color red value is 50, green value is 157 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #329dcd hue: 0.55 , saturation: 0.61 and the lightness value of 329dcd is 0.50.

The process color (four color CMYK) of #329dcd color hex is 0.76, 0.23, 0.00, 0.20. Web safe color of #329dcd is #3399cc. Color #329dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10011101 11001101
Octal 62 235 315
Decimal 50 157 205
Hex 32 9D CD

RGB Percentages of Color #329dcd

%12.14
%38.11
%49.76

CMYK Percentages of Color #329dcd

%76
%23
%0
%20

Triadic Colors of #329dcd

#329dcd #cd329d #9dcd32

Analogous Colors of #329dcd

#329dcd #3250cd #32cdb0

Monochromatic Colors of #329dcd

#329dcd

Complementary Color

#329dcd #cd6232

#329dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#329dcd Color CSS Codes

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

#329dcd Text Font Color

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

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


#329dcd Background Color

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

This div background color is #329dcd


#329dcd Border Color

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

This div border color is #329dcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,157,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #329dcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329dcd


Comments

No comments written yet.

Please login to write comment.