Color Hex Logo

#328fed Color Hex

#328FED
(50,143,237)
0 Favorites   0 Comments

Color spaces of #328fed

RGB 50143237
HSL0.580.840.56
HSV210°79°93°
CMYK 0.790.400.00   0.07
XYZ26.423926.437583.8310
Yxy26.43750.19330.1934
Hunter Lab51.41741.7524-60.6743
CIE-Lab58.45005.4241-54.9445

#328fed color RGB value is (50,143,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001111 11101101
Octal 62 217 355
Decimal 50 143 237
Hex 32 8F ED

RGB Percentages of Color #328fed

%11.63
%33.26
%55.12

CMYK Percentages of Color #328fed

%79
%40
%0
%7

Triadic Colors of #328fed

#328fed #ed328f #8fed32

Analogous Colors of #328fed

#328fed #3332ed #32eded

Monochromatic Colors of #328fed

#328fed

Complementary Color

#328fed #ed9032

#328fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#328fed Color CSS Codes

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

#328fed Text Font Color

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

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


#328fed Background Color

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

This div background color is #328fed


#328fed Border Color

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

This div border color is #328fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328fed


Comments

No comments written yet.

Please login to write comment.