Color Hex Logo

#329bda Color Hex

#329BDA
(50,155,218)
0 Favorites   0 Comments

Color spaces of #329bda

RGB 50155218
HSL0.560.690.53
HSV203°77°85°
CMYK 0.770.290.00   0.15
XYZ25.691629.182870.6084
Yxy29.18280.20470.2326
Hunter Lab54.0211-9.6451-39.6803
CIE-Lab60.9426-8.3627-40.4529

#329bda color RGB value is (50,155,218).

#329bda hex color red value is 50, green value is 155 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #329bda hue: 0.56 , saturation: 0.69 and the lightness value of 329bda is 0.53.

The process color (four color CMYK) of #329bda color hex is 0.77, 0.29, 0.00, 0.15. Web safe color of #329bda is #3399cc. Color #329bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10011011 11011010
Octal 62 233 332
Decimal 50 155 218
Hex 32 9B DA

RGB Percentages of Color #329bda

%11.82
%36.64
%51.54

CMYK Percentages of Color #329bda

%77
%29
%0
%15

Triadic Colors of #329bda

#329bda #da329b #9bda32

Analogous Colors of #329bda

#329bda #3247da #32dac5

Monochromatic Colors of #329bda

#329bda

Complementary Color

#329bda #da7132

#329bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#329bda Color CSS Codes

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

#329bda Text Font Color

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

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


#329bda Background Color

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

This div background color is #329bda


#329bda Border Color

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

This div border color is #329bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329bda


Comments

No comments written yet.

Please login to write comment.