Color Hex Logo

#328ced Color Hex

#328CED
(50,140,237)
0 Favorites   0 Comments

Color spaces of #328ced

RGB 50140237
HSL0.590.840.56
HSV211°79°93°
CMYK 0.790.410.00   0.07
XYZ25.979525.548783.6829
Yxy25.54870.19210.1890
Hunter Lab50.54573.2905-62.7778
CIE-Lab57.60627.2216-56.2914

#328ced color RGB value is (50,140,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001100 11101101
Octal 62 214 355
Decimal 50 140 237
Hex 32 8C ED

RGB Percentages of Color #328ced

%11.71
%32.79
%55.50

CMYK Percentages of Color #328ced

%79
%41
%0
%7

Triadic Colors of #328ced

#328ced #ed328c #8ced32

Analogous Colors of #328ced

#328ced #3532ed #32eaed

Monochromatic Colors of #328ced

#328ced

Complementary Color

#328ced #ed9332

#328ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#328ced Color CSS Codes

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

#328ced Text Font Color

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

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


#328ced Background Color

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

This div background color is #328ced


#328ced Border Color

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

This div border color is #328ced


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,140,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 #328ced">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328ced


Comments

No comments written yet.

Please login to write comment.