Color Hex Logo

#328bbd Color Hex

#328BBD
(50,139,189)
0 Favorites   0 Comments

Color spaces of #328bbd

RGB 50139189
HSL0.560.580.47
HSV202°74°74°
CMYK 0.740.260.00   0.26
XYZ19.733322.817551.5083
Yxy22.81750.20980.2426
Hunter Lab47.7677-9.8533-30.4956
CIE-Lab54.8839-9.4666-33.6229

#328bbd color RGB value is (50,139,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001011 10111101
Octal 62 213 275
Decimal 50 139 189
Hex 32 8B BD

RGB Percentages of Color #328bbd

%13.23
%36.77
%50.00

CMYK Percentages of Color #328bbd

%74
%26
%0
%26

Triadic Colors of #328bbd

#328bbd #bd328b #8bbd32

Analogous Colors of #328bbd

#328bbd #3246bd #32bdaa

Monochromatic Colors of #328bbd

#328bbd

Complementary Color

#328bbd #bd6432

#328bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#328bbd Color CSS Codes

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

#328bbd Text Font Color

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

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


#328bbd Background Color

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

This div background color is #328bbd


#328bbd Border Color

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

This div border color is #328bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328bbd


Comments

No comments written yet.

Please login to write comment.