Color Hex Logo

#328bed Color Hex

#328BED
(50,139,237)
0 Favorites   0 Comments

Color spaces of #328bed

RGB 50139237
HSL0.590.840.56
HSV211°79°93°
CMYK 0.790.410.00   0.07
XYZ25.834125.257883.6344
Yxy25.25780.19180.1875
Hunter Lab50.25713.8059-63.4863
CIE-Lab57.32577.8239-56.7395

#328bed color RGB value is (50,139,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001011 11101101
Octal 62 213 355
Decimal 50 139 237
Hex 32 8B ED

RGB Percentages of Color #328bed

%11.74
%32.63
%55.63

CMYK Percentages of Color #328bed

%79
%41
%0
%7

Triadic Colors of #328bed

#328bed #ed328b #8bed32

Analogous Colors of #328bed

#328bed #3632ed #32e9ed

Monochromatic Colors of #328bed

#328bed

Complementary Color

#328bed #ed9432

#328bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#328bed Color CSS Codes

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

#328bed Text Font Color

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

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


#328bed Background Color

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

This div background color is #328bed


#328bed Border Color

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

This div border color is #328bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328bed


Comments

No comments written yet.

Please login to write comment.