Color Hex Logo

#328dbd Color Hex

#328DBD
(50,141,189)
0 Favorites   0 Comments

Color spaces of #328dbd

RGB 50141189
HSL0.560.580.47
HSV201°74°74°
CMYK 0.740.250.00   0.26
XYZ20.025623.402051.6057
Yxy23.40200.21070.2463
Hunter Lab48.3756-10.7653-29.3859
CIE-Lab55.4840-10.5988-32.6863

#328dbd color RGB value is (50,141,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001101 10111101
Octal 62 215 275
Decimal 50 141 189
Hex 32 8D BD

RGB Percentages of Color #328dbd

%13.16
%37.11
%49.74

CMYK Percentages of Color #328dbd

%74
%25
%0
%26

Triadic Colors of #328dbd

#328dbd #bd328d #8dbd32

Analogous Colors of #328dbd

#328dbd #3247bd #32bda8

Monochromatic Colors of #328dbd

#328dbd

Complementary Color

#328dbd #bd6232

#328dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#328dbd Color CSS Codes

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

#328dbd Text Font Color

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

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


#328dbd Background Color

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

This div background color is #328dbd


#328dbd Border Color

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

This div border color is #328dbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,141,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 #328dbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328dbd


Comments

No comments written yet.

Please login to write comment.