Color Hex Logo

#328ecc Color Hex

#328ECC
(50,142,204)
0 Favorites   0 Comments

Color spaces of #328ecc

RGB 50142204
HSL0.570.610.50
HSV204°75°80°
CMYK 0.750.300.00   0.20
XYZ21.887524.383760.6797
Yxy24.38370.20460.2280
Hunter Lab49.3799-7.2951-38.2917
CIE-Lab56.4699-5.8995-39.6372

#328ecc color RGB value is (50,142,204).

#328ecc hex color red value is 50, green value is 142 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #328ecc hue: 0.57 , saturation: 0.61 and the lightness value of 328ecc is 0.50.

The process color (four color CMYK) of #328ecc color hex is 0.75, 0.30, 0.00, 0.20. Web safe color of #328ecc is #3399cc. Color #328ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001110 11001100
Octal 62 216 314
Decimal 50 142 204
Hex 32 8E CC

RGB Percentages of Color #328ecc

%12.63
%35.86
%51.52

CMYK Percentages of Color #328ecc

%75
%30
%0
%20

Triadic Colors of #328ecc

#328ecc #cc328e #8ecc32

Analogous Colors of #328ecc

#328ecc #3241cc #32ccbd

Monochromatic Colors of #328ecc

#328ecc

Complementary Color

#328ecc #cc7032

#328ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#328ecc Color CSS Codes

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

#328ecc Text Font Color

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

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


#328ecc Background Color

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

This div background color is #328ecc


#328ecc Border Color

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

This div border color is #328ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328ecc


Comments

No comments written yet.

Please login to write comment.