Color Hex Logo

#329bea Color Hex

#329BEA
(50,155,234)
0 Favorites   0 Comments

Color spaces of #329bea

RGB 50155234
HSL0.570.810.56
HSV206°79°92°
CMYK 0.790.340.00   0.08
XYZ27.888030.061382.1745
Yxy30.06130.19900.2145
Hunter Lab54.8282-5.1565-50.4820
CIE-Lab61.7071-2.6958-48.1135

#329bea color RGB value is (50,155,234).

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

The process color (four color CMYK) of #329bea color hex is 0.79, 0.34, 0.00, 0.08. Web safe color of #329bea is #3399ff. Color #329bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10011011 11101010
Octal 62 233 352
Decimal 50 155 234
Hex 32 9B EA

RGB Percentages of Color #329bea

%11.39
%35.31
%53.30

CMYK Percentages of Color #329bea

%79
%34
%0
%8

Triadic Colors of #329bea

#329bea #ea329b #9bea32

Analogous Colors of #329bea

#329bea #323fea #32eadd

Monochromatic Colors of #329bea

#329bea

Complementary Color

#329bea #ea8132

#329bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#329bea Color CSS Codes

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

#329bea Text Font Color

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

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


#329bea Background Color

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

This div background color is #329bea


#329bea Border Color

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

This div border color is #329bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329bea


Comments

No comments written yet.

Please login to write comment.