Color Hex Logo

#329ecf Color Hex

#329ECF
(50,158,207)
0 Favorites   0 Comments

Color spaces of #329ecf

RGB 50158207
HSL0.550.620.50
HSV199°76°81°
CMYK 0.760.240.00   0.19
XYZ24.804729.636863.4446
Yxy29.63680.21040.2514
Hunter Lab54.4397-13.9384-30.9894
CIE-Lab61.3396-13.8374-33.7040

#329ecf color RGB value is (50,158,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10011110 11001111
Octal 62 236 317
Decimal 50 158 207
Hex 32 9E CF

RGB Percentages of Color #329ecf

%12.05
%38.07
%49.88

CMYK Percentages of Color #329ecf

%76
%24
%0
%19

Triadic Colors of #329ecf

#329ecf #cf329e #9ecf32

Analogous Colors of #329ecf

#329ecf #3250cf #32cfb2

Monochromatic Colors of #329ecf

#329ecf

Complementary Color

#329ecf #cf6332

#329ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#329ecf Color CSS Codes

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

#329ecf Text Font Color

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

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


#329ecf Background Color

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

This div background color is #329ecf


#329ecf Border Color

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

This div border color is #329ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329ecf


Comments

No comments written yet.

Please login to write comment.