Color Hex Logo

#329fff Color Hex

#329FFF
(50,159,255)
0 Favorites   0 Comments

Color spaces of #329fff

RGB 50159255
HSL0.581.000.60
HSV208°80°100°
CMYK 0.800.380.00   0.00
XYZ31.763532.694499.2443
Yxy32.69440.19400.1997
Hunter Lab57.1790-0.9048-62.8830
CIE-Lab63.91272.5252-56.1347

#329fff color RGB value is (50,159,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10011111 11111111
Octal 62 237 377
Decimal 50 159 255
Hex 32 9F FF

RGB Percentages of Color #329fff

%10.78
%34.27
%54.96

CMYK Percentages of Color #329fff

%80
%38
%0
%0

Triadic Colors of #329fff

#329fff #ff329f #9fff32

Analogous Colors of #329fff

#329fff #3239ff #32fff9

Monochromatic Colors of #329fff

#329fff

Complementary Color

#329fff #ff9232

#329fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#329fff Color CSS Codes

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

#329fff Text Font Color

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

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


#329fff Background Color

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

This div background color is #329fff


#329fff Border Color

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

This div border color is #329fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329fff

Related Colors


Comments

No comments written yet.

Please login to write comment.