Color Hex Logo

#328fda Color Hex

#328FDA
(50,143,218)
0 Favorites   0 Comments

Color spaces of #328fda

RGB 50143218
HSL0.570.690.53
HSV207°77°85°
CMYK 0.770.340.00   0.15
XYZ23.792725.385069.9754
Yxy25.38500.19970.2130
Hunter Lab50.3835-3.8778-47.0767
CIE-Lab57.4486-1.4720-45.9582

#328fda color RGB value is (50,143,218).

#328fda hex color red value is 50, green value is 143 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #328fda hue: 0.57 , saturation: 0.69 and the lightness value of 328fda is 0.53.

The process color (four color CMYK) of #328fda color hex is 0.77, 0.34, 0.00, 0.15. Web safe color of #328fda is #3399cc. Color #328fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001111 11011010
Octal 62 217 332
Decimal 50 143 218
Hex 32 8F DA

RGB Percentages of Color #328fda

%12.17
%34.79
%53.04

CMYK Percentages of Color #328fda

%77
%34
%0
%15

Triadic Colors of #328fda

#328fda #da328f #8fda32

Analogous Colors of #328fda

#328fda #323bda #32dad1

Monochromatic Colors of #328fda

#328fda

Complementary Color

#328fda #da7d32

#328fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#328fda Color CSS Codes

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

#328fda Text Font Color

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

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


#328fda Background Color

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

This div background color is #328fda


#328fda Border Color

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

This div border color is #328fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328fda


Comments

No comments written yet.

Please login to write comment.