Color Hex Logo

#329aea Color Hex

#329AEA
(50,154,234)
0 Favorites   0 Comments

Color spaces of #329aea

RGB 50154234
HSL0.570.810.56
HSV206°79°92°
CMYK 0.790.340.00   0.08
XYZ27.722329.729882.1192
Yxy29.72980.19860.2130
Hunter Lab54.5250-4.6636-51.1281
CIE-Lab61.4204-2.1194-48.5669

#329aea color RGB value is (50,154,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10011010 11101010
Octal 62 232 352
Decimal 50 154 234
Hex 32 9A EA

RGB Percentages of Color #329aea

%11.42
%35.16
%53.42

CMYK Percentages of Color #329aea

%79
%34
%0
%8

Triadic Colors of #329aea

#329aea #ea329a #9aea32

Analogous Colors of #329aea

#329aea #323eea #32eade

Monochromatic Colors of #329aea

#329aea

Complementary Color

#329aea #ea8232

#329aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#329aea Color CSS Codes

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

#329aea Text Font Color

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

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


#329aea Background Color

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

This div background color is #329aea


#329aea Border Color

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

This div border color is #329aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329aea


Comments

No comments written yet.

Please login to write comment.