Color Hex Logo

#328ebc Color Hex

#328EBC
(50,142,188)
0 Favorites   0 Comments

Color spaces of #328ebc

RGB 50142188
HSL0.560.580.47
HSV200°73°74°
CMYK 0.730.240.00   0.26
XYZ20.065523.655051.0853
Yxy23.65500.21160.2495
Hunter Lab48.6364-11.4715-28.2298
CIE-Lab55.7407-11.5077-31.7178

#328ebc color RGB value is (50,142,188).

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

The process color (four color CMYK) of #328ebc color hex is 0.73, 0.24, 0.00, 0.26. Web safe color of #328ebc is #3399cc. Color #328ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001110 10111100
Octal 62 216 274
Decimal 50 142 188
Hex 32 8E BC

RGB Percentages of Color #328ebc

%13.16
%37.37
%49.47

CMYK Percentages of Color #328ebc

%73
%24
%0
%26

Triadic Colors of #328ebc

#328ebc #bc328e #8ebc32

Analogous Colors of #328ebc

#328ebc #3249bc #32bca5

Monochromatic Colors of #328ebc

#328ebc

Complementary Color

#328ebc #bc6032

#328ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#328ebc Color CSS Codes

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

#328ebc Text Font Color

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

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


#328ebc Background Color

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

This div background color is #328ebc


#328ebc Border Color

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

This div border color is #328ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328ebc


Comments

No comments written yet.

Please login to write comment.