Color Hex Logo

#329ccf Color Hex

#329CCF
(50,156,207)
0 Favorites   0 Comments

Color spaces of #329ccf

RGB 50156207
HSL0.550.620.50
HSV199°76°81°
CMYK 0.760.250.00   0.19
XYZ24.466328.960063.3318
Yxy28.96000.20950.2480
Hunter Lab53.8145-13.0219-32.1055
CIE-Lab60.7463-12.7400-34.6278

#329ccf color RGB value is (50,156,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10011100 11001111
Octal 62 234 317
Decimal 50 156 207
Hex 32 9C CF

RGB Percentages of Color #329ccf

%12.11
%37.77
%50.12

CMYK Percentages of Color #329ccf

%76
%25
%0
%19

Triadic Colors of #329ccf

#329ccf #cf329c #9ccf32

Analogous Colors of #329ccf

#329ccf #324ecf #32cfb4

Monochromatic Colors of #329ccf

#329ccf

Complementary Color

#329ccf #cf6532

#329ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#329ccf Color CSS Codes

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

#329ccf Text Font Color

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

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


#329ccf Background Color

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

This div background color is #329ccf


#329ccf Border Color

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

This div border color is #329ccf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,156,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 #329ccf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329ccf


Comments

No comments written yet.

Please login to write comment.