Color Hex Logo

#328cbd Color Hex

#328CBD
(50,140,189)
0 Favorites   0 Comments

Color spaces of #328cbd

RGB 50140189
HSL0.560.580.47
HSV201°74°74°
CMYK 0.740.260.00   0.26
XYZ19.878823.108451.5568
Yxy23.10840.21030.2444
Hunter Lab48.0712-10.3098-29.9392
CIE-Lab55.1838-10.0336-33.1546

#328cbd color RGB value is (50,140,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001100 10111101
Octal 62 214 275
Decimal 50 140 189
Hex 32 8C BD

RGB Percentages of Color #328cbd

%13.19
%36.94
%49.87

CMYK Percentages of Color #328cbd

%74
%26
%0
%26

Triadic Colors of #328cbd

#328cbd #bd328c #8cbd32

Analogous Colors of #328cbd

#328cbd #3247bd #32bda9

Monochromatic Colors of #328cbd

#328cbd

Complementary Color

#328cbd #bd6332

#328cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#328cbd Color CSS Codes

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

#328cbd Text Font Color

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

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


#328cbd Background Color

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

This div background color is #328cbd


#328cbd Border Color

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

This div border color is #328cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328cbd


Comments

No comments written yet.

Please login to write comment.