Color Hex Logo

#328ffb Color Hex

#328FFB
(50,143,251)
0 Favorites   0 Comments

Color spaces of #328ffb

RGB 50143251
HSL0.590.960.59
HSV212°80°98°
CMYK 0.800.430.00   0.02
XYZ28.550427.288195.0291
Yxy27.28810.18920.1809
Hunter Lab52.23806.1417-71.2912
CIE-Lab59.240110.5479-61.4058

#328ffb color RGB value is (50,143,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001111 11111011
Octal 62 217 373
Decimal 50 143 251
Hex 32 8F FB

RGB Percentages of Color #328ffb

%11.26
%32.21
%56.53

CMYK Percentages of Color #328ffb

%80
%43
%0
%2

Triadic Colors of #328ffb

#328ffb #fb328f #8ffb32

Analogous Colors of #328ffb

#328ffb #3932fb #32f4fb

Monochromatic Colors of #328ffb

#328ffb

Complementary Color

#328ffb #fb9e32

#328ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#328ffb Color CSS Codes

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

#328ffb Text Font Color

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

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


#328ffb Background Color

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

This div background color is #328ffb


#328ffb Border Color

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

This div border color is #328ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328ffb

Related Colors


Comments

No comments written yet.

Please login to write comment.