Color Hex Logo

#329deb Color Hex

#329DEB
(50,157,235)
0 Favorites   0 Comments

Color spaces of #329deb

RGB 50157235
HSL0.570.820.56
HSV205°79°92°
CMYK 0.790.330.00   0.08
XYZ28.367830.790283.0452
Yxy30.79020.19950.2165
Hunter Lab55.4889-5.8504-49.8917
CIE-Lab62.3301-3.4868-47.6801

#329deb color RGB value is (50,157,235).

#329deb hex color red value is 50, green value is 157 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #329deb hue: 0.57 , saturation: 0.82 and the lightness value of 329deb is 0.56.

The process color (four color CMYK) of #329deb color hex is 0.79, 0.33, 0.00, 0.08. Web safe color of #329deb is #3399ff. Color #329deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10011101 11101011
Octal 62 235 353
Decimal 50 157 235
Hex 32 9D EB

RGB Percentages of Color #329deb

%11.31
%35.52
%53.17

CMYK Percentages of Color #329deb

%79
%33
%0
%8

Triadic Colors of #329deb

#329deb #eb329d #9deb32

Analogous Colors of #329deb

#329deb #3241eb #32ebdd

Monochromatic Colors of #329deb

#329deb

Complementary Color

#329deb #eb8032

#329deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#329deb Color CSS Codes

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

#329deb Text Font Color

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

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


#329deb Background Color

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

This div background color is #329deb


#329deb Border Color

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

This div border color is #329deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329deb


Comments

No comments written yet.

Please login to write comment.