Color Hex Logo

#329bcc Color Hex

#329BCC
(50,155,204)
0 Favorites   0 Comments

Color spaces of #329bcc

RGB 50155204
HSL0.550.610.50
HSV199°75°80°
CMYK 0.750.240.00   0.20
XYZ23.935828.480461.3625
Yxy28.48040.21040.2503
Hunter Lab53.3670-13.3328-30.8159
CIE-Lab60.3203-13.2193-33.6136

#329bcc color RGB value is (50,155,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10011011 11001100
Octal 62 233 314
Decimal 50 155 204
Hex 32 9B CC

RGB Percentages of Color #329bcc

%12.22
%37.90
%49.88

CMYK Percentages of Color #329bcc

%75
%24
%0
%20

Triadic Colors of #329bcc

#329bcc #cc329b #9bcc32

Analogous Colors of #329bcc

#329bcc #324ecc #32ccb0

Monochromatic Colors of #329bcc

#329bcc

Complementary Color

#329bcc #cc6332

#329bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#329bcc Color CSS Codes

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

#329bcc Text Font Color

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

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


#329bcc Background Color

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

This div background color is #329bcc


#329bcc Border Color

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

This div border color is #329bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329bcc


Comments

No comments written yet.

Please login to write comment.