Color Hex Logo

#328ebe Color Hex

#328EBE
(50,142,190)
0 Favorites   0 Comments

Color spaces of #328ebe

RGB 50142190
HSL0.560.580.47
HSV201°74°75°
CMYK 0.740.250.00   0.25
XYZ20.282723.741852.2288
Yxy23.74180.21070.2467
Hunter Lab48.7256-10.9666-29.4449
CIE-Lab55.8283-10.8151-32.7177

#328ebe color RGB value is (50,142,190).

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

The process color (four color CMYK) of #328ebe color hex is 0.74, 0.25, 0.00, 0.25. Web safe color of #328ebe is #3399cc. Color #328ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001110 10111110
Octal 62 216 276
Decimal 50 142 190
Hex 32 8E BE

RGB Percentages of Color #328ebe

%13.09
%37.17
%49.74

CMYK Percentages of Color #328ebe

%74
%25
%0
%25

Triadic Colors of #328ebe

#328ebe #be328e #8ebe32

Analogous Colors of #328ebe

#328ebe #3248be #32bea8

Monochromatic Colors of #328ebe

#328ebe

Complementary Color

#328ebe #be6232

#328ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#328ebe Color CSS Codes

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

#328ebe Text Font Color

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

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


#328ebe Background Color

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

This div background color is #328ebe


#328ebe Border Color

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

This div border color is #328ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328ebe


Comments

No comments written yet.

Please login to write comment.