Color Hex Logo

#328dfc Color Hex

#328DFC
(50,141,252)
0 Favorites   0 Comments

Color spaces of #328dfc

RGB 50141252
HSL0.590.970.59
HSV213°80°99°
CMYK 0.800.440.00   0.01
XYZ28.411026.756195.7625
Yxy26.75610.18820.1773
Hunter Lab51.72637.5212-73.5570
CIE-Lab58.747912.1234-62.7448

#328dfc color RGB value is (50,141,252).

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

The process color (four color CMYK) of #328dfc color hex is 0.80, 0.44, 0.00, 0.01. Web safe color of #328dfc is #3399ff. Color #328dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001101 11111100
Octal 62 215 374
Decimal 50 141 252
Hex 32 8D FC

RGB Percentages of Color #328dfc

%11.29
%31.83
%56.88

CMYK Percentages of Color #328dfc

%80
%44
%0
%1

Triadic Colors of #328dfc

#328dfc #fc328d #8dfc32

Analogous Colors of #328dfc

#328dfc #3c32fc #32f2fc

Monochromatic Colors of #328dfc

#328dfc

Complementary Color

#328dfc #fca132

#328dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#328dfc Color CSS Codes

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

#328dfc Text Font Color

<p style="color:#328dfc">Text here</p>

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


#328dfc Background Color

<div style="background-color:#328dfc">
Div content here</div>

This div background color is #328dfc


#328dfc Border Color

<div style="border:3px solid #328dfc">
Div here</div>

This div border color is #328dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328dfc

Related Colors


Comments

No comments written yet.

Please login to write comment.