Color Hex Logo

#328acb Color Hex

#328ACB
(50,138,203)
0 Favorites   0 Comments

Color spaces of #328acb

RGB 50138203
HSL0.570.600.50
HSV205°75°80°
CMYK 0.750.320.00   0.20
XYZ21.183423.166959.8551
Yxy23.16690.20330.2223
Hunter Lab48.1320-5.6713-40.0383
CIE-Lab55.2438-3.9368-41.0022

#328acb color RGB value is (50,138,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001010 11001011
Octal 62 212 313
Decimal 50 138 203
Hex 32 8A CB

RGB Percentages of Color #328acb

%12.79
%35.29
%51.92

CMYK Percentages of Color #328acb

%75
%32
%0
%20

Triadic Colors of #328acb

#328acb #cb328a #8acb32

Analogous Colors of #328acb

#328acb #323dcb #32cbc0

Monochromatic Colors of #328acb

#328acb

Complementary Color

#328acb #cb7332

#328acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#328acb Color CSS Codes

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

#328acb Text Font Color

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

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


#328acb Background Color

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

This div background color is #328acb


#328acb Border Color

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

This div border color is #328acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328acb


Comments

No comments written yet.

Please login to write comment.