Color Hex Logo

#329feb Color Hex

#329FEB
(50,159,235)
0 Favorites   0 Comments

Color spaces of #329feb

RGB 50159235
HSL0.570.820.56
HSV205°79°92°
CMYK 0.790.320.00   0.08
XYZ28.708931.472583.1589
Yxy31.47250.20030.2196
Hunter Lab56.1004-6.8297-48.6167
CIE-Lab62.9045-4.6286-46.7732

#329feb color RGB value is (50,159,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10011111 11101011
Octal 62 237 353
Decimal 50 159 235
Hex 32 9F EB

RGB Percentages of Color #329feb

%11.26
%35.81
%52.93

CMYK Percentages of Color #329feb

%79
%32
%0
%8

Triadic Colors of #329feb

#329feb #eb329f #9feb32

Analogous Colors of #329feb

#329feb #3243eb #32ebdb

Monochromatic Colors of #329feb

#329feb

Complementary Color

#329feb #eb7e32

#329feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#329feb Color CSS Codes

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

#329feb Text Font Color

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

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


#329feb Background Color

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

This div background color is #329feb


#329feb Border Color

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

This div border color is #329feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329feb


Comments

No comments written yet.

Please login to write comment.