Color Hex Logo

#328eff Color Hex

#328EFF
(50,142,255)
0 Favorites   0 Comments

Color spaces of #328eff

RGB 50142255
HSL0.591.000.60
HSV213°80°100°
CMYK 0.800.440.00   0.00
XYZ29.038427.244198.3359
Yxy27.24410.18780.1762
Hunter Lab52.19597.9630-75.1639
CIE-Lab59.199612.6194-63.6673

#328eff color RGB value is (50,142,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001110 11111111
Octal 62 216 377
Decimal 50 142 255
Hex 32 8E FF

RGB Percentages of Color #328eff

%11.19
%31.77
%57.05

CMYK Percentages of Color #328eff

%80
%44
%0
%0

Triadic Colors of #328eff

#328eff #ff328e #8eff32

Analogous Colors of #328eff

#328eff #3d32ff #32f5ff

Monochromatic Colors of #328eff

#328eff

Complementary Color

#328eff #ffa332

#328eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#328eff Color CSS Codes

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

#328eff Text Font Color

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

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


#328eff Background Color

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

This div background color is #328eff


#328eff Border Color

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

This div border color is #328eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328eff

#328eff Color Palettes


Comments

No comments written yet.

Please login to write comment.