Color Hex Logo

#329adf Color Hex

#329ADF
(50,154,223)
0 Favorites   0 Comments

Color spaces of #329adf

RGB 50154223
HSL0.570.730.54
HSV204°78°87°
CMYK 0.780.310.00   0.13
XYZ26.190329.117074.0518
Yxy29.11700.20250.2251
Hunter Lab53.9602-7.7929-43.5940
CIE-Lab60.8847-6.0349-43.3223

#329adf color RGB value is (50,154,223).

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

The process color (four color CMYK) of #329adf color hex is 0.78, 0.31, 0.00, 0.13. Web safe color of #329adf is #3399cc. Color #329adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10011010 11011111
Octal 62 232 337
Decimal 50 154 223
Hex 32 9A DF

RGB Percentages of Color #329adf

%11.71
%36.07
%52.22

CMYK Percentages of Color #329adf

%78
%31
%0
%13

Triadic Colors of #329adf

#329adf #df329a #9adf32

Analogous Colors of #329adf

#329adf #3243df #32dfce

Monochromatic Colors of #329adf

#329adf

Complementary Color

#329adf #df7732

#329adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#329adf Color CSS Codes

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

#329adf Text Font Color

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

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


#329adf Background Color

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

This div background color is #329adf


#329adf Border Color

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

This div border color is #329adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329adf


Comments

No comments written yet.

Please login to write comment.