Color Hex Logo

#329ac1 Color Hex

#329AC1
(50,154,193)
0 Favorites   0 Comments

Color spaces of #329ac1

RGB 50154193
HSL0.550.590.48
HSV196°74°76°
CMYK 0.740.200.00   0.24
XYZ22.496627.639654.6013
Yxy27.63960.21480.2639
Hunter Lab52.5734-15.6217-24.7756
CIE-Lab59.5617-16.4093-28.6164

#329ac1 color RGB value is (50,154,193).

#329ac1 hex color red value is 50, green value is 154 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #329ac1 hue: 0.55 , saturation: 0.59 and the lightness value of 329ac1 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10011010 11000001
Octal 62 232 301
Decimal 50 154 193
Hex 32 9A C1

RGB Percentages of Color #329ac1

%12.59
%38.79
%48.61

CMYK Percentages of Color #329ac1

%74
%20
%0
%24

Triadic Colors of #329ac1

#329ac1 #c1329a #9ac132

Analogous Colors of #329ac1

#329ac1 #3252c1 #32c1a1

Monochromatic Colors of #329ac1

#329ac1

Complementary Color

#329ac1 #c15932

#329ac1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329ac1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#329ac1 Color CSS Codes

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

#329ac1 Text Font Color

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

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


#329ac1 Background Color

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

This div background color is #329ac1


#329ac1 Border Color

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

This div border color is #329ac1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329ac1


Comments

No comments written yet.

Please login to write comment.