Color Hex Logo

#328ffe Color Hex

#328FFE
(50,143,254)
0 Favorites   0 Comments

Color spaces of #328ffe

RGB 50143254
HSL0.590.990.60
HSV213°80°100°
CMYK 0.800.440.00   0.00
XYZ29.027227.478897.5400
Yxy27.47880.18840.1784
Hunter Lab52.42027.1073-73.6287
CIE-Lab59.414911.6480-62.7730

#328ffe color RGB value is (50,143,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001111 11111110
Octal 62 217 376
Decimal 50 143 254
Hex 32 8F FE

RGB Percentages of Color #328ffe

%11.19
%31.99
%56.82

CMYK Percentages of Color #328ffe

%80
%44
%0
%0

Triadic Colors of #328ffe

#328ffe #fe328f #8ffe32

Analogous Colors of #328ffe

#328ffe #3b32fe #32f5fe

Monochromatic Colors of #328ffe

#328ffe

Complementary Color

#328ffe #fea132

#328ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#328ffe Color CSS Codes

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

#328ffe Text Font Color

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

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


#328ffe Background Color

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

This div background color is #328ffe


#328ffe Border Color

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

This div border color is #328ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328ffe

Related Colors


Comments

No comments written yet.

Please login to write comment.