Color Hex Logo

#329dff Color Hex

#329DFF
(50,157,255)
0 Favorites   0 Comments

Color spaces of #329dff

RGB 50157255
HSL0.581.000.60
HSV209°80°100°
CMYK 0.800.380.00   0.00
XYZ31.422432.012199.1305
Yxy32.01210.19330.1969
Hunter Lab56.57920.1198-64.2745
CIE-Lab63.35293.6916-57.0257

#329dff color RGB value is (50,157,255).

#329dff hex color red value is 50, green value is 157 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #329dff hue: 0.58 , saturation: 1.00 and the lightness value of 329dff is 0.60.

The process color (four color CMYK) of #329dff color hex is 0.80, 0.38, 0.00, 0.00. Web safe color of #329dff is #3399ff. Color #329dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10011101 11111111
Octal 62 235 377
Decimal 50 157 255
Hex 32 9D FF

RGB Percentages of Color #329dff

%10.82
%33.98
%55.19

CMYK Percentages of Color #329dff

%80
%38
%0
%0

Triadic Colors of #329dff

#329dff #ff329d #9dff32

Analogous Colors of #329dff

#329dff #3237ff #32fffb

Monochromatic Colors of #329dff

#329dff

Complementary Color

#329dff #ff9432

#329dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#329dff Color CSS Codes

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

#329dff Text Font Color

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

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


#329dff Background Color

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

This div background color is #329dff


#329dff Border Color

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

This div border color is #329dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329dff


Comments

No comments written yet.

Please login to write comment.