Color Hex Logo

#329fee Color Hex

#329FEE
(50,159,238)
0 Favorites   0 Comments

Color spaces of #329fee

RGB 50159238
HSL0.570.850.56
HSV205°79°93°
CMYK 0.790.330.00   0.07
XYZ29.146131.647485.4613
Yxy31.64740.19930.2164
Hunter Lab56.2560-5.9676-50.6912
CIE-Lab63.0504-3.5631-48.1935

#329fee color RGB value is (50,159,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10011111 11101110
Octal 62 237 356
Decimal 50 159 238
Hex 32 9F EE

RGB Percentages of Color #329fee

%11.19
%35.57
%53.24

CMYK Percentages of Color #329fee

%79
%33
%0
%7

Triadic Colors of #329fee

#329fee #ee329f #9fee32

Analogous Colors of #329fee

#329fee #3241ee #32eedf

Monochromatic Colors of #329fee

#329fee

Complementary Color

#329fee #ee8132

#329fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#329fee Color CSS Codes

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

#329fee Text Font Color

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

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


#329fee Background Color

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

This div background color is #329fee


#329fee Border Color

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

This div border color is #329fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329fee


Comments

No comments written yet.

Please login to write comment.