Color Hex Logo

#329dce Color Hex

#329DCE
(50,157,206)
0 Favorites   0 Comments

Color spaces of #329dce

RGB 50157206
HSL0.550.610.50
HSV199°76°81°
CMYK 0.760.240.00   0.19
XYZ24.512929.248362.7460
Yxy29.24830.21040.2510
Hunter Lab54.0817-13.7366-30.9315
CIE-Lab61.0001-13.6323-33.6738

#329dce color RGB value is (50,157,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10011101 11001110
Octal 62 235 316
Decimal 50 157 206
Hex 32 9D CE

RGB Percentages of Color #329dce

%12.11
%38.01
%49.88

CMYK Percentages of Color #329dce

%76
%24
%0
%19

Triadic Colors of #329dce

#329dce #ce329d #9dce32

Analogous Colors of #329dce

#329dce #324fce #32ceb1

Monochromatic Colors of #329dce

#329dce

Complementary Color

#329dce #ce6332

#329dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#329dce Color CSS Codes

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

#329dce Text Font Color

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

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


#329dce Background Color

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

This div background color is #329dce


#329dce Border Color

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

This div border color is #329dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329dce


Comments

No comments written yet.

Please login to write comment.