Color Hex Logo

#328cef Color Hex

#328CEF
(50,140,239)
0 Favorites   0 Comments

Color spaces of #328cef

RGB 50140239
HSL0.590.860.57
HSV211°79°94°
CMYK 0.790.410.00   0.06
XYZ26.273525.666385.2307
Yxy25.66630.19150.1871
Hunter Lab50.66193.9125-64.2827
CIE-Lab57.71897.9550-57.2196

#328cef color RGB value is (50,140,239).

#328cef hex color red value is 50, green value is 140 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #328cef hue: 0.59 , saturation: 0.86 and the lightness value of 328cef is 0.57.

The process color (four color CMYK) of #328cef color hex is 0.79, 0.41, 0.00, 0.06. Web safe color of #328cef is #3399ff. Color #328cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001100 11101111
Octal 62 214 357
Decimal 50 140 239
Hex 32 8C EF

RGB Percentages of Color #328cef

%11.66
%32.63
%55.71

CMYK Percentages of Color #328cef

%79
%41
%0
%6

Triadic Colors of #328cef

#328cef #ef328c #8cef32

Analogous Colors of #328cef

#328cef #3732ef #32ebef

Monochromatic Colors of #328cef

#328cef

Complementary Color

#328cef #ef9532

#328cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#328cef Color CSS Codes

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

#328cef Text Font Color

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

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


#328cef Background Color

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

This div background color is #328cef


#328cef Border Color

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

This div border color is #328cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328cef


Comments

No comments written yet.

Please login to write comment.