color codes Logo

#329afc color codes

#329AFC
(50,154,252)
0 Favorites   0 Comments

Color spaces of #329afc

RGB 50154252
HSL0.580.970.59
HSV209°80°99°
CMYK 0.800.390.00   0.01
XYZ30.441730.817696.4394
Yxy30.81760.19300.1954
Hunter Lab55.51360.7343-64.1403
CIE-Lab62.35344.3651-56.9789

#329afc color RGB value is (50,154,252).

#329afc hex color red value is 50, green value is 154 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #329afc hue: 0.58 , saturation: 0.97 and the lightness value of 329afc is 0.59.

The process color (four color CMYK) of #329afc color code is 0.80, 0.39, 0.00, 0.01. Web safe color of #329afc is #3399ff. Color #329afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10011010 11111100
Octal 62 232 374
Decimal 50 154 252
Hex 32 9A FC

RGB Percentages of Color #329afc

%10.96
%33.77
%55.26

CMYK Percentages of Color #329afc

%80
%39
%0
%1

Triadic Colors of #329afc

#329afc #fc329a #9afc32

Analogous Colors of #329afc

#329afc #3235fc #32fcf9

Monochromatic Colors of #329afc

#329afc

Complementary Color

#329afc #fc9432

#329afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#329afc Color CSS Codes

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

#329afc Text Font Color

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

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


#329afc Background Color

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

This div background color is #329afc


#329afc Border Color

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

This div border color is #329afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329afc

Related Colors


Comments

No comments written yet.

Please login to write comment.