Color Hex Logo

#329dcb Color Hex

#329DCB
(50,157,203)
0 Favorites   0 Comments

Color spaces of #329dcb

RGB 50157203
HSL0.550.600.50
HSV198°75°80°
CMYK 0.750.230.00   0.20
XYZ24.151929.103860.8446
Yxy29.10380.21170.2551
Hunter Lab53.9479-14.4964-29.1060
CIE-Lab60.8731-14.6549-32.1944

#329dcb color RGB value is (50,157,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10011101 11001011
Octal 62 235 313
Decimal 50 157 203
Hex 32 9D CB

RGB Percentages of Color #329dcb

%12.20
%38.29
%49.51

CMYK Percentages of Color #329dcb

%75
%23
%0
%20

Triadic Colors of #329dcb

#329dcb #cb329d #9dcb32

Analogous Colors of #329dcb

#329dcb #3251cb #32cbad

Monochromatic Colors of #329dcb

#329dcb

Complementary Color

#329dcb #cb6032

#329dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#329dcb Color CSS Codes

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

#329dcb Text Font Color

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

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


#329dcb Background Color

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

This div background color is #329dcb


#329dcb Border Color

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

This div border color is #329dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329dcb


Comments

No comments written yet.

Please login to write comment.