Color Hex Logo

#328beb Color Hex

#328BEB
(50,139,235)
0 Favorites   0 Comments

Color spaces of #328beb

RGB 50139235
HSL0.590.820.56
HSV211°79°92°
CMYK 0.790.410.00   0.08
XYZ25.543425.141582.1038
Yxy25.14150.19240.1893
Hunter Lab50.14133.1857-61.9854
CIE-Lab57.21307.0903-55.8096

#328beb color RGB value is (50,139,235).

#328beb hex color red value is 50, green value is 139 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #328beb hue: 0.59 , saturation: 0.82 and the lightness value of 328beb is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001011 11101011
Octal 62 213 353
Decimal 50 139 235
Hex 32 8B EB

RGB Percentages of Color #328beb

%11.79
%32.78
%55.42

CMYK Percentages of Color #328beb

%79
%41
%0
%8

Triadic Colors of #328beb

#328beb #eb328b #8beb32

Analogous Colors of #328beb

#328beb #3532eb #32e8eb

Monochromatic Colors of #328beb

#328beb

Complementary Color

#328beb #eb9232

#328beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#328beb Color CSS Codes

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

#328beb Text Font Color

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

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


#328beb Background Color

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

This div background color is #328beb


#328beb Border Color

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

This div border color is #328beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328beb


Comments

No comments written yet.

Please login to write comment.