Color Hex Logo

#329dca Color Hex

#329DCA
(50,157,202)
0 Favorites   0 Comments

Color spaces of #329dca

RGB 50157202
HSL0.550.600.49
HSV198°75°79°
CMYK 0.750.220.00   0.21
XYZ24.033029.056360.2189
Yxy29.05630.21210.2564
Hunter Lab53.9039-14.7478-28.5033
CIE-Lab60.8313-14.9951-31.6999

#329dca color RGB value is (50,157,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10011101 11001010
Octal 62 235 312
Decimal 50 157 202
Hex 32 9D CA

RGB Percentages of Color #329dca

%12.22
%38.39
%49.39

CMYK Percentages of Color #329dca

%75
%22
%0
%21

Triadic Colors of #329dca

#329dca #ca329d #9dca32

Analogous Colors of #329dca

#329dca #3251ca #32caab

Monochromatic Colors of #329dca

#329dca

Complementary Color

#329dca #ca5f32

#329dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#329dca Color CSS Codes

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

#329dca Text Font Color

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

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


#329dca Background Color

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

This div background color is #329dca


#329dca Border Color

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

This div border color is #329dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329dca


Comments

No comments written yet.

Please login to write comment.